Compare commits

...

17 Commits
master ... f17

Author SHA1 Message Date
rhatdan 0f62313ef0 Update Translations 2012-10-09 14:55:00 -04:00
rhatdan e808ab7a84 Fix sealert to handle avc's in /var/log/messages which will be numbered 1400 and 1107 rather then AVC and USER_AVC
- Update Translations
- Fix hostname substitution to only effect hostnames
2012-09-20 06:12:42 -04:00
Dan Walsh 359ba7db00 More translation fixes. 2012-07-27 08:10:11 -04:00
Dan Walsh b36df8e00d More translation fixes. 2012-07-27 07:42:15 -04:00
Dan Walsh 59cf7e1bdf Update translations
- Remove /var/log/setroubleshoot /run/setroubleshoot which are no longer used
2012-05-31 16:29:49 -04:00
Dan Walsh 464221e405 Update translations
- Remove /var/log/setroubleshoot /run/setroubleshoot which are no longer used
2012-05-31 16:14:19 -04:00
Dan Walsh 6f00c67e56 Update translations
- Only check for rpm on target process if is still exists
2012-05-09 14:07:24 -04:00
Dan Walsh 470df91817 Add file_types as a param to setroubleshoot.utils
- Update translations
2012-03-17 06:23:38 -04:00
Dan Walsh d5f414b7ca Add missing lanquages, using lang supported by gtk 2012-03-13 11:38:55 -04:00
Dan Walsh 6e6d070a2a Add missing lanquages 2012-03-13 08:49:43 -04:00
Dan Walsh ecc644bcc2 Remove gnome-keyring requirement 2012-03-08 16:12:33 -05:00
Dan Walsh 0ac5291239 Fix potential memory leak in setools
- Update to latest translations
2012-03-08 09:55:48 -05:00
Dan Walsh ef147dc906 Update to latest translations 2012-03-01 17:09:33 -05:00
Dan Walsh 35cca55cdc Update to latest translations 2012-03-01 16:56:26 -05:00
Dan Walsh 130625ba4f Update to latest translations 2012-03-01 16:47:03 -05:00
Dan Walsh 725e9cffc1 Update to latest translations
- Fix handling of avc messages, missing \n
- Default to check for AVC's on login
2012-02-14 13:51:02 -05:00
Dan Walsh d3f9334ce2 Update to latest translations
- Fix handling of avc messages, missing \n
- Default to check for AVC's on login
2012-02-14 13:46:10 -05:00
3 changed files with 74 additions and 26 deletions

13
.gitignore vendored
View File

@ -146,3 +146,16 @@ setroubleshoot-2.2.93.tar.gz
/setroubleshoot-3.0.47.tar.gz
/setroubleshoot-3.1.1.tar.gz
/setroubleshoot-3.1.2.tar.gz
/setroubleshoot-3.1.3.tar.gz
/setroubleshoot-3.1.4.tar.gz
/setroubleshoot-3.1.5.tar.gz
/setroubleshoot-3.1.6.tar.gz
/setroubleshoot-3.1.7.tar.gz
/setroubleshoot-3.1.8.tar.gz
/setroubleshoot-3.1.9.tar.gz
/setroubleshoot-3.1.11.tar.gz
/setroubleshoot-3.1.12.tar.gz
/setroubleshoot-3.1.14.tar.gz
/setroubleshoot-3.1.15.tar.gz
/setroubleshoot-3.1.16.tar.gz
/setroubleshoot-3.1.17.tar.gz

View File

@ -1,14 +1,13 @@
Summary: Helps troubleshoot SELinux problems
Name: setroubleshoot
Version: 3.1.2
Release: 1%{?dist}
Version: 3.1.17
Release: 2%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://fedorahosted.org/setroubleshoot
# git clone git://git.fedorahosted.org/git/setroubleshoot.git; cd setroubleshoot
# git archive --prefix setroubleshoot-3.0.10/426cf8ea7a38e8c5179981219d831368161b65f2 > setroubleshoot-3.0.10.tar.gz
Source0: %{name}-%{version}.tar.gz
Source2: setroubleshoot.logrotate
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: perl-XML-Parser
BuildRequires: libcap-ng-devel
@ -20,10 +19,9 @@ Requires: gtk2
Requires: dbus
Requires: dbus-python
Requires: pygobject2
Requires: report-gtk
Requires: libreport-gtk
Requires: polkit
Requires: yum
Requires: gnome-python2-gnomekeyring
Requires(post): desktop-file-utils
Requires(post): dbus
Requires(postun): desktop-file-utils
@ -36,14 +34,11 @@ Requires: xdg-utils
%global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
%global pkgpythondir %{python_sitelib}/%{name}
%define pkgdocdir %{_datadir}/doc/%{name}-%{version}
%define pkgguidir %{_datadir}/%{name}/gui
%define pkgdatadir %{_datadir}/%{name}
%define pkglibexecdir %{_prefix}/libexec/%{name}
%define pkgvardatadir %{_localstatedir}/lib/%{name}
%define pkgrundir %{_localstatedir}/run/%{name}
%define pkgconfigdir %{_sysconfdir}/%{name}
%define pkglogdir %{_localstatedir}/log/%{name}
%global pkgdatabase %{pkgvardatadir}/setroubleshoot_database.xml
%description
@ -90,10 +85,10 @@ make
%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install
%{__install} -D -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{buildroot}/%{_datadir}/applications/%{name}.desktop
touch %{buildroot}%{pkgdatabase}
touch %{buildroot}%{pkgvardatadir}/email_alert_recipients
rm -rf %{buildroot}/usr/share/doc/
%find_lang %{name}
%package server
@ -141,7 +136,6 @@ rm -rf %{buildroot}
%files server -f %{name}.lang
%defattr(-,root,root,-)
%doc %{pkgdocdir}
%{_bindir}/sealert
%{_sbindir}/sedispatch
%{_sbindir}/setroubleshootd
@ -175,10 +169,7 @@ rm -rf %{buildroot}
%{pkgdatadir}/SetroubleshootFixit.py*
%{pkgdatadir}/updater.py*
%config(noreplace) %{pkgconfigdir}/%{name}.conf
%dir %{pkglogdir}
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.fedoraproject.Setroubleshootd.conf
%dir %{pkgrundir}
%dir %{pkgvardatadir}
%ghost %attr(0600,root,root) %{pkgdatabase}
%ghost %attr(0644,root,root) %{pkgvardatadir}/email_alert_recipients
@ -191,19 +182,63 @@ rm -rf %{buildroot}
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.fedoraproject.SetroubleshootFixit.conf
%{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service
%package doc
Summary: Setroubleshoot documentation
Group: System Environment/Base
Requires(pre): setroubleshoot-server = %{version}-%{release}
%description doc
Setroubleshoot documentation package
%files doc
%defattr(-,root,root,-)
%{pkgdocdir}/setroubleshoot*
%changelog
* Tue Oct 9 2012 Dan Walsh <dwalsh@redhat.com> - 3.1.17-2
- Update Translations
* Thu Sep 20 2012 Dan Walsh <dwalsh@redhat.com> - 3.1.17-1
- Update Translations
* Mon Aug 13 2012 Dan Walsh <dwalsh@redhat.com> - 3.1.16-1
- Fix sealert to handle avc's in /var/log/messages which will be numbered 1400 and 1107 rather then AVC and USER_AVC
- Update Translations
- Fix hostname substitution to only effect hostnames
* Wed Jul 25 2012 Dan Walsh <dwalsh@redhat.com> - 3.1.15-1
- More translation fixes.
* Wed Jul 25 2012 Dan Walsh <dwalsh@redhat.com> - 3.1.14-1
- Fix Translations code to actually show translations
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.12-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Thu Jun 7 2012 Dan Walsh <dwalsh@redhat.com> - 3.1.12-3
- Change requires to libreport-gtk instead of report-gtk
* Fri May 11 2012 Dan Walsh <dwalsh@redhat.com> - 3.1.12-1
- Update translations
- Remove /var/log/setroubleshoot /run/setroubleshoot which are no longer used
* Wed May 9 2012 Dan Walsh <dwalsh@redhat.com> - 3.1.11-1
- Update translations
- Only check for rpm on target process if is still exists
* Sat Mar 17 2012 Dan Walsh <dwalsh@redhat.com> - 3.1.9-1
- Add file_types as a param to setroubleshoot.utils
- Update translations
* Tue Mar 8 2012 Dan Walsh <dwalsh@redhat.com> - 3.1.8-1
- Add missing lanquages, using lang supported by gtk
* Tue Mar 8 2012 Dan Walsh <dwalsh@redhat.com> - 3.1.7-1
- Add missing lanquages
* Thu Mar 8 2012 Dan Walsh <dwalsh@redhat.com> - 3.1.6-1
- Remove gnome-keyring requirement
* Thu Mar 8 2012 Dan Walsh <dwalsh@redhat.com> - 3.1.5-1
- Fix potential memory leak in setools
- Update to latest translations
* Thu Mar 1 2012 Dan Walsh <dwalsh@redhat.com> - 3.1.4-1
- Update to latest translations
* Tue Feb 14 2012 Dan Walsh <dwalsh@redhat.com> - 3.1.3-1
- Update to latest translations
- Fix handling of avc messages, missing \n
- Default to check for AVC's on login
* Mon Jan 23 2012 Dan Walsh <dwalsh@redhat.com> - 3.1.2-1
- Fix crash caused by switching to syslog, and update trans

View File

@ -1 +1 @@
cbf2cb35655d87f96ffa6cb45ba79a01 setroubleshoot-3.1.2.tar.gz
eeff39a5a9898d6670f2644cd44e270d setroubleshoot-3.1.17.tar.gz