From 23b181f97a5a750270af6ff58b1ee7fa3c7ba70f Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Mon, 18 Jul 2005 18:39:26 +0000 Subject: [PATCH] - take out restarts on upgrade --- dbus.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dbus.spec b/dbus.spec index 2258b1d..d607794 100644 --- a/dbus.spec +++ b/dbus.spec @@ -186,15 +186,11 @@ rm -rf %{buildroot} %preun if [ $1 = 0 ]; then - service messagebus stop > /dev/null 2>&1 /sbin/chkconfig --del messagebus fi %postun /sbin/ldconfig -if [ "$1" -ge "1" ]; then - service messagebus condrestart > /dev/null 2>&1 -fi %post glib -p /sbin/ldconfig %postun glib -p /sbin/ldconfig @@ -266,6 +262,7 @@ fi - removed dbus-0.34-python-threadsync.patch - removed dbus-0.23-selinux-avc-audit.patch - added dbus-0.35.2-selinux-avc-audit.patch +- take out restarts on upgrade * Tue Jun 28 2005 John (J5) Palmieri - 0.34-1 - Upgrade to dbus-0.34