rpms/spamassassin/devel spamassassin-3.1.3-serviceorder.patch, NONE, 1.1 spamassassin.spec, 1.66, 1.67

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jun 7 15:41:24 UTC 2006


Author: wtogami

Update of /cvs/dist/rpms/spamassassin/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv10967

Modified Files:
	spamassassin.spec 
Added Files:
	spamassassin-3.1.3-serviceorder.patch 
Log Message:
- start spamd before sendmail (#193818)
- require perl-Archive-Tar (#193100)


spamassassin-3.1.3-serviceorder.patch:
 redhat-rc-script.sh |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE spamassassin-3.1.3-serviceorder.patch ---
diff -urN Mail-SpamAssassin-3.1.3.orig/spamd/redhat-rc-script.sh Mail-SpamAssassin-3.1.3/spamd/redhat-rc-script.sh
--- Mail-SpamAssassin-3.1.3.orig/spamd/redhat-rc-script.sh	2006-06-07 11:28:41.688103000 -0400
+++ Mail-SpamAssassin-3.1.3/spamd/redhat-rc-script.sh	2006-06-07 11:30:27.138546000 -0400
@@ -2,7 +2,7 @@
 #
 # spamassassin This script starts and stops the spamd daemon
 #
-# chkconfig: - 80 30
+# chkconfig: - 78 30
 # processname: spamd
 # description: spamd is a daemon process which uses SpamAssassin to check \
 #              email messages for SPAM.  It is normally called by spamc \


Index: spamassassin.spec
===================================================================
RCS file: /cvs/dist/rpms/spamassassin/devel/spamassassin.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- spamassassin.spec	5 Jun 2006 20:53:18 -0000	1.66
+++ spamassassin.spec	7 Jun 2006 15:41:21 -0000	1.67
@@ -6,7 +6,7 @@
 Summary: Spam filter for email which can be invoked from mail delivery agents.
 Name: spamassassin
 Version: 3.1.3
-Release: 1.fc6
+Release: 2.fc6
 License: Apache License
 Group: Applications/Internet
 URL: http://spamassassin.apache.org/
@@ -20,6 +20,7 @@
 # none yet
 # Patches 100+ are SVN backports (DO NOT REUSE!)
 Patch123: spamassassin-3.1.1-nls-spamd-init.patch
+Patch124: spamassassin-3.1.3-serviceorder.patch
 # end of patches
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Buildroot: %{_tmppath}/%{name}-root
@@ -35,6 +36,7 @@
 Requires: perl(Net::DNS)
 Requires: perl(Time::HiRes)
 Requires: perl(DB_File)
+Requires: perl(Archive::Tar)
 Requires: procmail
 
 Obsoletes: perl-Mail-SpamAssassin
@@ -62,6 +64,7 @@
 # none yet
 # Patches 100+ are SVN backports (DO NOT REUSE!)
 %patch123 -p1
+%patch124 -p1
 # end of patches
 
 %build
@@ -154,6 +157,10 @@
 exit 0
 
 %changelog
+* Wed Jun 07 2006 Warren Togami <wtogami at redhat.com> - 3.1.3-2
+- start spamd before sendmail (#193818)
+- require perl-Archive-Tar (#193100)
+
 * Mon Jun 05 2006 Warren Togami <wtogami at redhat.com> - 3.1.3-1
 - CVE-2006-2447
 




More information about the fedora-cvs-commits mailing list