rpms/spamass-milter/FC-5 spamass-milter.spec,1.7,1.8

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Sun May 7 10:44:51 UTC 2006


Author: pghmcfc

Update of /cvs/extras/rpms/spamass-milter/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30792

Modified Files:
	spamass-milter.spec 
Log Message:
resync with devel



Index: spamass-milter.spec
===================================================================
RCS file: /cvs/extras/rpms/spamass-milter/FC-5/spamass-milter.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- spamass-milter.spec	6 Apr 2006 13:11:59 -0000	1.7
+++ spamass-milter.spec	7 May 2006 10:44:51 -0000	1.8
@@ -1,7 +1,7 @@
 Summary:        Sendmail milter for spamassassin
 Name:           spamass-milter
 Version:        0.3.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        GPL
 Group:          System Environment/Daemons
 URL:            http://savannah.nongnu.org/projects/spamass-milt/
@@ -92,11 +92,11 @@
 
 stop() {
 	echo -n $"Shutting down $desc ($prog): "
+	rm -f %{_localstatedir}/lock/subsys/spamass-milter
 	killproc $prog
 	RETVAL=$?
 	echo
 	[ $RETVAL -eq 0 ] && rm -f $pidfile
-	[ $RETVAL -eq 0 ] && rm -f %{_localstatedir}/lock/subsys/spamass-milter
 	return $RETVAL
 }
 
@@ -176,6 +176,9 @@
 %dir %attr(-,sa-milt,sa-milt) %{_localstatedir}/run/spamass-milter
 
 %changelog
+* Sun May  7 2006 Paul Howarth <paul at city-fan.org> - 0.3.1-2
+- Fix race condition in "stop" clause of initscript (#190894)
+
 * Thu Apr  6 2006 Paul Howarth <paul at city-fan.org> - 0.3.1-1
 - Update to 0.3.1
 




More information about the scm-commits mailing list