From 2512f503bdeeff1cfef333f3632b7576d8d45e1a Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: May 08 2009 16:23:38 +0000 Subject: Require perl(Mail::SPF::Query) to have SPF checks available by default. --- diff --git a/spampd.spec b/spampd.spec index e627afe..7ec71b1 100644 --- a/spampd.spec +++ b/spampd.spec @@ -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 2.30-7 +- Require perl(Mail::SPF::Query) to have SPF checks available by default. + * Sun Apr 12 2009 Matthias Saou 2.30-6 - Update init script to the new style. - Add missing Requires(pre): /usr/sbin/useradd.