From 997fb2bf54df59f4386fc2298e39558ba1f8f58e Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 21 Jul 2006 13:42:14 +0000 Subject: [PATCH] auto-import setroubleshoot-0.10-1 on branch devel from setroubleshoot-0.10-1.src.rpm --- .cvsignore | 2 +- setroubleshoot.init | 2 +- setroubleshoot.spec | 10 +++++++++- sources | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index ef889d9..659d587 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -setroubleshoot-0.9.tar.gz +setroubleshoot-0.10.tar.gz diff --git a/setroubleshoot.init b/setroubleshoot.init index d9a6ad2..9b4b7b5 100755 --- a/setroubleshoot.init +++ b/setroubleshoot.init @@ -2,7 +2,7 @@ # # setroubleshoot This starts and stops setroubleshoot daemon # -# chkconfig: - 12 87 +# chkconfig: 345 13 87 # description: This starts the SELinux Troubleshooting Daemon # # processname: /usr/sbin/setroubleshootd diff --git a/setroubleshoot.spec b/setroubleshoot.spec index ea08a19..17a092c 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,6 +1,6 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot -Version: 0.9 +Version: 0.10 Release: 1 License: GPL Group: Applications/System @@ -62,6 +62,10 @@ if [ $1 = 0 ]; then /sbin/chkconfig --del %{name} fi +%triggerpostun -- setroubleshoot <= 0.9-1 +/sbin/chkconfig --del %{name} +/sbin/chkconfig --add %{name} + %postun /usr/bin/update-desktop-database %{_datadir}/applications @@ -86,6 +90,10 @@ rm -rf %{buildroot} %{_datadir}/pixmaps/*png %changelog +* Fri Jul 21 2006 Dan Walsh - 0.10-1 +- Fix startup order for setrobleshoot +- Fix Plugins + * Tue Jul 20 2006 Dan Walsh - 0.9-1 - Additional Plugins plus a lot of cleanup diff --git a/sources b/sources index 45fd1c9..8b2f0c5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7cf0bad535fc7c3e778340efd96dc0f2 setroubleshoot-0.9.tar.gz +2c9705455a789208a51cbe1e3ef67fb3 setroubleshoot-0.10.tar.gz