rpms/spampd/devel spampd.spec,1.4,1.5

Matthias Saou thias at fedoraproject.org
Fri May 8 16:24:08 UTC 2009


Author: thias

Update of /cvs/extras/rpms/spampd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20604

Modified Files:
	spampd.spec 
Log Message:
Require perl(Mail::SPF::Query) to have SPF checks available by default.



Index: spampd.spec
===================================================================
RCS file: /cvs/extras/rpms/spampd/devel/spampd.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- spampd.spec	12 Apr 2009 15:42:39 -0000	1.4
+++ spampd.spec	8 May 2009 16:23:38 -0000	1.5
@@ -1,13 +1,15 @@
 Summary: Transparent SMTP/LMTP proxy filter using spamassassin
 Name: spampd
 Version: 2.30
-Release: 6
+Release: 7
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm
 Source0: http://www.worlddesign.com/Content/rd/mta/spampd/spampd-%{version}.tar.gz
 Source1: spampd.init
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+# This is "optional", but the spf checks get disabled if it's absent
+Requires: perl(Mail::SPF::Query)
 Requires(pre): /usr/sbin/useradd
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/service, /sbin/chkconfig
@@ -83,6 +85,9 @@ fi
 
 
 %changelog
+* Fri May  8 2009 Matthias Saou <http://freshrpms.net/> 2.30-7
+- Require perl(Mail::SPF::Query) to have SPF checks available by default.
+
 * Sun Apr 12 2009 Matthias Saou <http://freshrpms.net/> 2.30-6
 - Update init script to the new style.
 - Add missing Requires(pre): /usr/sbin/useradd.




More information about the fedora-extras-commits mailing list