From 459c3ed5e2e540e42a8837b91af9b9c48b5f09f6 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Jun 07 2006 15:41:21 +0000 Subject: - start spamd before sendmail (#193818) - require perl-Archive-Tar (#193100) --- diff --git a/spamassassin.spec b/spamassassin.spec index f994260..7ab24ed 100644 --- a/spamassassin.spec +++ b/spamassassin.spec @@ -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 @@ Source10: spamassassin-helper.sh # 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 @@ BuildRequires: openssl-devel 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 @@ To filter spam for all users, add that line to /etc/procmailrc # none yet # Patches 100+ are SVN backports (DO NOT REUSE!) %patch123 -p1 +%patch124 -p1 # end of patches %build @@ -154,6 +157,10 @@ fi exit 0 %changelog +* Wed Jun 07 2006 Warren Togami - 3.1.3-2 +- start spamd before sendmail (#193818) +- require perl-Archive-Tar (#193100) + * Mon Jun 05 2006 Warren Togami - 3.1.3-1 - CVE-2006-2447