auto-import setroubleshoot-0.10-1 on branch devel from

setroubleshoot-0.10-1.src.rpm
This commit is contained in:
Daniel J Walsh 2006-07-21 13:42:14 +00:00
parent eecdf7b7cd
commit 997fb2bf54
4 changed files with 12 additions and 4 deletions

View File

@ -1 +1 @@
setroubleshoot-0.9.tar.gz
setroubleshoot-0.10.tar.gz

View File

@ -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

View File

@ -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 <dwalsh@redhat.com> - 0.10-1
- Fix startup order for setrobleshoot
- Fix Plugins
* Tue Jul 20 2006 Dan Walsh <dwalsh@redhat.com> - 0.9-1
- Additional Plugins plus a lot of cleanup

View File

@ -1 +1 @@
7cf0bad535fc7c3e778340efd96dc0f2 setroubleshoot-0.9.tar.gz
2c9705455a789208a51cbe1e3ef67fb3 setroubleshoot-0.10.tar.gz