[certmonger: 1/2] explicitly require "dbus" to try to ensure we have a running system bus when we get started (#639126

Nalin Dahyabhai nalin at fedoraproject.org
Thu Sep 30 21:38:00 UTC 2010


commit 2f5670644b2816c7b167d1f7eb6d4e511bdd3917
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Thu Sep 30 17:36:08 2010 -0400

    explicitly require "dbus" to try to ensure we have a running system bus when we get started (#639126)

 certmonger.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/certmonger.spec b/certmonger.spec
index e7d8a4a..79ef1be 100644
--- a/certmonger.spec
+++ b/certmonger.spec
@@ -1,6 +1,6 @@
 Name:		certmonger
 Version:	0.30
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Certificate status monitor and PKI enrollment client
 
 Group:		System Environment/Daemons
@@ -28,6 +28,9 @@ BuildRequires:	/usr/bin/dbus-launch
 #  for dos2unix
 BuildRequires:	/usr/bin/dos2unix
 
+# we need a running system bus
+Requires:	dbus
+
 Requires(post):	/sbin/chkconfig, /sbin/service
 Requires(preun):	/sbin/chkconfig, /sbin/service
 
@@ -101,6 +104,10 @@ exit 0
 %{_localstatedir}/lib/certmonger
 
 %changelog
+* Thu Sep 30 2010 Nalin Dahyabhai <nalin at redhat.com> 0.30-3
+- explicitly require "dbus" to try to ensure we have a running system bus
+  when we get started (#639126)
+
 * Thu Sep 23 2010 Nalin Dahyabhai <nalin at redhat.com> 0.30-2
 - try to SIGHUP the messagebus daemon at first install so that it'll
   let us claim our service name if it isn't restarted before we are


More information about the scm-commits mailing list