From 17eecb1b6beef89fb67f29aeb47afc3a16a78d37 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Feb 19 2007 16:10:11 +0000 Subject: Fix sa-learn regression (#228968) --- diff --git a/spamassassin.spec b/spamassassin.spec index 96bf5e5..bf6a9c5 100644 --- a/spamassassin.spec +++ b/spamassassin.spec @@ -12,7 +12,7 @@ Summary: Spam filter for email which can be invoked from mail delivery agents. Name: spamassassin Version: 3.1.8 -Release: 1%{?dist} +Release: 2%{?dist} License: Apache License Group: Applications/Internet URL: http://spamassassin.apache.org/ @@ -29,6 +29,7 @@ Source10: spamassassin-helper.sh # none yet # Patches 100+ are SVN backports (DO NOT REUSE!) Patch124: spamassassin-3.1.3-serviceorder.patch +Patch125: spamassassin-3.1.8-sa-learn.patch # end of patches Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Buildroot: %{_tmppath}/%{name}-root @@ -85,6 +86,7 @@ To filter spam for all users, add that line to /etc/procmailrc # none yet # Patches 100+ are SVN backports (DO NOT REUSE!) %patch124 -p1 +%patch125 -p1 # end of patches %build @@ -186,6 +188,9 @@ fi exit 0 %changelog +* Mon Feb 19 2007 Warren Togami 3.1.8-2 +- Fix sa-learn regression (#228968) + * Tue Feb 13 2007 Warren Togami 3.1.8-1 - 3.1.8 CVE-2007-0451