From ed4ae41b22eada9050f648af4e39fe860ebbf515 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Thu, 23 Sep 2010 13:07:41 -0400 Subject: [PATCH] - 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 first started (#636876) --- certmonger.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/certmonger.spec b/certmonger.spec index 18f5a62..e7d8a4a 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -1,6 +1,6 @@ Name: certmonger Version: 0.30 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Certificate status monitor and PKI enrollment client Group: System Environment/Daemons @@ -65,6 +65,9 @@ make check rm -rf $RPM_BUILD_ROOT %post +if test $1 -eq 1 ; then + killall -HUP dbus-daemon 2>&1 > /dev/null +fi /sbin/chkconfig --add certmonger %postun @@ -98,6 +101,11 @@ exit 0 %{_localstatedir}/lib/certmonger %changelog +* 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 + first started (#636876) + * Wed Aug 25 2010 Nalin Dahyabhai 0.30-1 - update to 0.30 - fix errors computing the time at the end of an interval that were