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
|
# setroubleshoot This starts and stops setroubleshoot daemon
|
||||||
#
|
#
|
||||||
# chkconfig: - 12 87
|
# chkconfig: 345 13 87
|
||||||
# description: This starts the SELinux Troubleshooting Daemon
|
# description: This starts the SELinux Troubleshooting Daemon
|
||||||
#
|
#
|
||||||
# processname: /usr/sbin/setroubleshootd
|
# processname: /usr/sbin/setroubleshootd
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Helps troubleshoot SELinux problems
|
Summary: Helps troubleshoot SELinux problems
|
||||||
Name: setroubleshoot
|
Name: setroubleshoot
|
||||||
Version: 0.9
|
Version: 0.10
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -62,6 +62,10 @@ if [ $1 = 0 ]; then
|
|||||||
/sbin/chkconfig --del %{name}
|
/sbin/chkconfig --del %{name}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
%triggerpostun -- setroubleshoot <= 0.9-1
|
||||||
|
/sbin/chkconfig --del %{name}
|
||||||
|
/sbin/chkconfig --add %{name}
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
/usr/bin/update-desktop-database %{_datadir}/applications
|
/usr/bin/update-desktop-database %{_datadir}/applications
|
||||||
|
|
||||||
@ -86,6 +90,10 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/pixmaps/*png
|
%{_datadir}/pixmaps/*png
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jul 20 2006 Dan Walsh <dwalsh@redhat.com> - 0.9-1
|
||||||
- Additional Plugins plus a lot of cleanup
|
- Additional Plugins plus a lot of cleanup
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user