rpms/dbus/devel dbus.spec,1.52,1.53

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jul 18 18:39:29 UTC 2005


Author: johnp

Update of /cvs/dist/rpms/dbus/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15451

Modified Files:
	dbus.spec 
Log Message:
- take out restarts on upgrade



Index: dbus.spec
===================================================================
RCS file: /cvs/dist/rpms/dbus/devel/dbus.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- dbus.spec	18 Jul 2005 18:33:21 -0000	1.52
+++ dbus.spec	18 Jul 2005 18:39:26 -0000	1.53
@@ -186,15 +186,11 @@
 
 %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 @@
 - 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 <johnp at redhat.com> - 0.34-1
 - Upgrade to dbus-0.34




More information about the fedora-cvs-commits mailing list