From 2f5670644b2816c7b167d1f7eb6d4e511bdd3917 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Thu, 30 Sep 2010 17:36:08 -0400 Subject: [PATCH] explicitly require "dbus" to try to ensure we have a running system bus when we get started (#639126) --- certmonger.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 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 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