Compare commits

...

14 Commits
master ... f19

Author SHA1 Message Date
Dan Walsh 6165b645e3 Move some of the Requires block down to -server package 2013-09-10 10:58:29 -04:00
Dan Walsh b74f3d1123 Make audit2allow optional, only requre policycoreutils-python not -devel.
- Update Translations.
2013-05-21 10:24:21 -04:00
Dan Walsh 44a3cbc54b On update cp instead of rename, since there could be a situation where
someone has ~/.config on a different file sytem then ~.  It has happened.
- Fix --password spelling error
- Remove --quit option from sealert
- Update translations
2013-05-07 15:55:47 -04:00
Dan Walsh 60ffb8e221 On update cp instead of rename, since there could be a situation where
someone has ~/.config on a different file sytem then ~.  It has happened.
- Fix --password spelling error
- Remove --quit option from sealert
- Update translations
2013-05-07 15:03:37 -04:00
Dan Walsh c6b242287b On update cp instead of rename, since there could be a situation where
someone has ~/.config on a different file sytem then ~.  It has happened.
- Fix --password spelling error
- Remove --quit option from sealert
- Update translations
2013-05-07 14:25:16 -04:00
Dan Walsh f3ca557636 Fix handling of timeout attempt #2 2013-04-19 13:52:31 -04:00
Dan Walsh 39d741a0ed Fix translations to show in browser 2013-04-19 11:24:47 -04:00
Dan Walsh ffa198fced Fix handling of timeout
- Update Translations
2013-04-19 08:49:41 -04:00
Dan Walsh 2d1d4372a1 Fix handling of timeout
- Update Translations
2013-04-19 08:34:18 -04:00
Dan Walsh 5bce3f0aae Remove old options from setroubleshoot usage statement.
- Update Translations
2013-04-08 15:00:38 -04:00
Dan Walsh 89958073c5 Remove old options from setroubleshoot usage statement.
- Update Translations
2013-04-08 14:11:22 -04:00
Dan Walsh 91e751197e Remove old options from setroubleshoot usage statement.
- Update Translations
2013-04-08 14:06:34 -04:00
Dan Walsh 8284ca1749 Fix usage of "it's" versus its in man pages.
- Update Translations

- Remove requirement for setools-libs-python, no longer needed.
2013-03-27 12:15:16 -04:00
Dan Walsh 8195e2f1d5 Remove requirement for setools-libs-python, no longer needed. 2013-03-26 11:32:12 -04:00
3 changed files with 52 additions and 15 deletions

7
.gitignore vendored
View File

@ -165,3 +165,10 @@ setroubleshoot-2.2.93.tar.gz
/setroubleshoot-3.2.1.tar.gz
/setroubleshoot-3.2.2.tar.gz
/setroubleshoot-3.2.3.tar.gz
/setroubleshoot-3.2.4.tar.gz
/setroubleshoot-3.2.5.tar.gz
/setroubleshoot-3.2.6.tar.gz
/setroubleshoot-3.2.7.tar.gz
/setroubleshoot-3.2.8.tar.gz
/setroubleshoot-3.2.9.tar.gz
/setroubleshoot-3.2.10.tar.gz

View File

@ -1,7 +1,7 @@
Summary: Helps troubleshoot SELinux problems
Name: setroubleshoot
Version: 3.2.3
Release: 1%{?dist}
Version: 3.2.10
Release: 2%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://fedorahosted.org/setroubleshoot
@ -16,11 +16,7 @@ BuildRequires: desktop-file-utils dbus-glib-devel gtk2-devel libnotify-devel aud
Requires: %{name}-server = %{version}-%{release}
Requires: pygtk2-libglade >= 2.9.2
Requires: gtk2
Requires: dbus
Requires: dbus-python
Requires: pygobject2
Requires: libreport-gtk
Requires: polkit
Requires: yum
Requires(post): desktop-file-utils
Requires(post): dbus
@ -102,18 +98,19 @@ Requires: %{name}-plugins >= 3.0.14
Requires: audit >= 1.2.6-3
Requires: audit-libs-python >= 1.2.6-3
Requires: libxml2-python
Requires: setools-libs-python >= 3.3.7-19
Requires: rpm-python
Requires: libselinux-python >= 2.1.5-1
Requires: policycoreutils-devel
Requires: policycoreutils-python
BuildRequires: intltool gettext python
BuildRequires: setools-devel >= 3.3.7-19
BuildRequires: python-devel
Requires: python-slip-dbus systemd-python
Requires: dbus
Requires: dbus-python
Requires: pygobject2
Requires: polkit
Requires(post): /sbin/chkconfig
Requires(post): /sbin/service
Requires(preun): /sbin/chkconfig
Requires(preun): /sbin/service
%description server
@ -123,12 +120,10 @@ about the problem and help track its resolution. Alerts can be configured
to user preference. The same tools can be run on existing log files.
%post server
/sbin/service auditd reload >/dev/null 2>&1 || :
%systemd_post auditd.service
%postun server
if [ $1 = 0 ]; then
/sbin/service auditd reload >/dev/null 2>&1 || :
fi
%systemd_postun_with_restart auditd.service
%triggerun server -- %{name}-server < 2.1.1
/sbin/service %{name} stop >/dev/null 2>&1 || :
@ -182,6 +177,41 @@ rm -rf %{buildroot}
%{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service
%changelog
* Tue Sep 10 2013 Dan Walsh <dwalsh@redhat.com> - 3.2.10-2
- Move some of the Requires block down to -server package
* Tue May 21 2013 Dan Walsh <dwalsh@redhat.com> - 3.2.10-1
- Make audit2allow optional, only requre policycoreutils-python not -devel.
- Update Translations.
* Tue May 7 2013 Dan Walsh <dwalsh@redhat.com> - 3.2.9-1
- On update cp instead of rename, since there could be a situation where
someone has ~/.config on a different file sytem then ~. It has happened.
- Fix --password spelling error
- Remove --quit option from sealert
- Update translations
* Fri Apr 19 2013 Dan Walsh <dwalsh@redhat.com> - 3.2.8-1
- Fix handling of timeout attempt #2
* Fri Apr 19 2013 Dan Walsh <dwalsh@redhat.com> - 3.2.7-1
- Fix translations to show in browser
* Fri Apr 19 2013 Dan Walsh <dwalsh@redhat.com> - 3.2.6-1
- Fix handling of timeout
- Update Translations
* Mon Apr 8 2013 Dan Walsh <dwalsh@redhat.com> - 3.2.5-1
- Remove old options from setroubleshoot usage statement.
- Update Translations
* Wed Mar 27 2013 Dan Walsh <dwalsh@redhat.com> - 3.2.4-1
- Fix usage of "it's" versus its in man pages.
- Update Translations
* Tue Mar 26 2013 Dan Walsh <dwalsh@redhat.com> - 3.2.3-2
- Remove requirement for setools-libs-python, no longer needed.
* Fri Feb 15 2013 Dan Walsh <dwalsh@redhat.com> - 3.2.3-1
- Update Translations
- Fix audit2allow -R output to actually work.

View File

@ -1 +1 @@
2af06ba6b0dca05cb3d505191368552b setroubleshoot-3.2.3.tar.gz
2f4b8a752dc9edf09728bd8fe80ae44a setroubleshoot-3.2.10.tar.gz