auto-import setroubleshoot-0.10-1 on branch devel from
setroubleshoot-0.10-1.src.rpm
This commit is contained in:
parent
eecdf7b7cd
commit
997fb2bf54
@ -1 +1 @@
|
||||
setroubleshoot-0.9.tar.gz
|
||||
setroubleshoot-0.10.tar.gz
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user