rpms/setroubleshoot/devel setroubleshoot.init, 1.15, 1.16 setroubleshoot.spec, 1.101, 1.102

Daniel J Walsh dwalsh at fedoraproject.org
Tue Sep 9 20:07:56 UTC 2008


Author: dwalsh

Update of /cvs/extras/rpms/setroubleshoot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13363

Modified Files:
	setroubleshoot.init setroubleshoot.spec 
Log Message:
* Tue Sep 9 2007 Dan Walsh <dwalsh at redhat.com> - 2.0.8-2
- Fix setroubleshoot init to rely on messagebus being running



Index: setroubleshoot.init
===================================================================
RCS file: /cvs/extras/rpms/setroubleshoot/devel/setroubleshoot.init,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- setroubleshoot.init	15 Jan 2008 20:53:13 -0000	1.15
+++ setroubleshoot.init	9 Sep 2008 20:07:26 -0000	1.16
@@ -12,8 +12,8 @@
 
 ### BEGIN INIT INFO
 # Provides: lsb-setroubleshootd
-# Required-Start: $local_fs $syslog $network $named
-# Required-Stop: $local_fs $syslog $network $named
+# Required-Start: $local_fs $syslog $network $named $messagebus
+# Required-Stop: $local_fs $syslog $network $named $messagebus
 # Default-Start:  3 4 5
 # Default-Stop: 0 1 6
 # Short-Description: start and stop SELinux Troubleshooting Daemon


Index: setroubleshoot.spec
===================================================================
RCS file: /cvs/extras/rpms/setroubleshoot/devel/setroubleshoot.spec,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- setroubleshoot.spec	9 Sep 2008 14:36:55 -0000	1.101
+++ setroubleshoot.spec	9 Sep 2008 20:07:26 -0000	1.102
@@ -1,7 +1,7 @@
 Summary: Helps troubleshoot SELinux problems
 Name: setroubleshoot
 Version: 2.0.8
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/setroubleshoot
@@ -182,6 +182,9 @@
 %attr(0755,root,root) /etc/rc.d/init.d/%{name}
 
 %changelog
+* Tue Sep 9 2007 Dan Walsh <dwalsh at redhat.com> - 2.0.8-2
+- Fix setroubleshoot init to rely on messagebus being running
+
 * Tue Sep 9 2007 Dan Walsh <dwalsh at redhat.com> - 2.0.8-1
 - Fix spelling mistakes
 - Update translations




More information about the fedora-extras-commits mailing list