rpms/spamass-milter/F-9 spamass-milter.spec, 1.13, 1.14 spamass-milter.sysv, 1.1, 1.2

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Tue May 20 22:40:13 UTC 2008


Author: pghmcfc

Update of /cvs/pkgs/rpms/spamass-milter/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17945

Modified Files:
	spamass-milter.spec spamass-milter.sysv 
Log Message:
Fix initscript failure to start with SELinux in enforcing mode (#447247)


Index: spamass-milter.spec
===================================================================
RCS file: /cvs/pkgs/rpms/spamass-milter/F-9/spamass-milter.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- spamass-milter.spec	19 Feb 2008 19:13:06 -0000	1.13
+++ spamass-milter.spec	20 May 2008 22:39:21 -0000	1.14
@@ -1,7 +1,7 @@
 Summary:	Sendmail milter for spamassassin
 Name:		spamass-milter
 Version:	0.3.1
-Release:	7%{?dist}
+Release:	8%{?dist}
 License:	GPLv2+
 Group:		System Environment/Daemons
 URL:		http://savannah.nongnu.org/projects/spamass-milt/
@@ -83,7 +83,11 @@
 %dir %attr(-,sa-milt,sa-milt) %{_localstatedir}/run/spamass-milter/
 
 %changelog
-* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.3.1-7
+* Tue May 20 2008 Paul Howarth <paul at city-fan.org> 0.3.1-8
+- Fix initscript failure to start with SELinux in enforcing mode (#447247)
+  (needs selinux-policy >= 3.3.1-55 on F9)
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> 0.3.1-7
 - Autorebuild for GCC 4.3
 
 * Mon Feb 18 2008 Paul Howarth <paul at city-fan.org> 0.3.1-6


Index: spamass-milter.sysv
===================================================================
RCS file: /cvs/pkgs/rpms/spamass-milter/F-9/spamass-milter.sysv,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- spamass-milter.sysv	12 Oct 2007 11:29:06 -0000	1.1
+++ spamass-milter.sysv	20 May 2008 22:39:21 -0000	1.2
@@ -44,6 +44,7 @@
 	echo -n $"Starting ${desc} (${prog}): "
 	touch ${pidfile}
 	chown sa-milt:sa-milt ${pidfile}
+	[ -x /sbin/restorecon ] && /sbin/restorecon ${pidfile}
 	daemon --user sa-milt %{_sbindir}/${prog}-wrapper -p ${SOCKET} -P ${pidfile} ${EXTRA_FLAGS}
 	RETVAL=$?
 	echo




More information about the fedora-extras-commits mailing list