rpms/flumotion/FC-4 flumotion.spec,1.6,1.7

Thomas Vander Stichele (thomasvs) fedora-extras-commits at redhat.com
Sun Sep 3 15:05:40 UTC 2006


Author: thomasvs

Update of /cvs/extras/rpms/flumotion/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1430/FC-4

Modified Files:
	flumotion.spec 
Log Message:
fix chkconfig --del use for a later rebuild


Index: flumotion.spec
===================================================================
RCS file: /cvs/extras/rpms/flumotion/FC-4/flumotion.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- flumotion.spec	27 Jul 2005 09:25:39 -0000	1.6
+++ flumotion.spec	3 Sep 2006 15:05:40 -0000	1.7
@@ -148,7 +148,6 @@
 fi
 
 %preun
-/sbin/chkconfig --del flumotion
 # if removal and not upgrade, stop the processes, clean up locks
 if [ $1 -eq 0 ]
 then
@@ -156,6 +155,7 @@
 
   rm -rf %{_localstatedir}/lock/flumotion*
   rm -rf %{_localstatedir}/run/flumotion*
+  /sbin/chkconfig --del flumotion
 fi
 
 # Think about this first, we don't really want to stop everything




More information about the scm-commits mailing list