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

This commit is contained in:
Nalin Dahyabhai 2010-09-30 17:36:08 -04:00
parent ed4ae41b22
commit 2f5670644b

View File

@ -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@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@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