rpms/flumotion/FC-3 flumotion.spec,1.3,1.4

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


Author: thomasvs

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

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


Index: flumotion.spec
===================================================================
RCS file: /cvs/extras/rpms/flumotion/FC-3/flumotion.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- flumotion.spec	20 May 2005 13:48:47 -0000	1.3
+++ flumotion.spec	3 Sep 2006 15:05:39 -0000	1.4
@@ -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