Fix sa-learn regression (#228968)
This commit is contained in:
parent
f218515e7a
commit
17eecb1b6b
@ -12,7 +12,7 @@
|
|||||||
Summary: Spam filter for email which can be invoked from mail delivery agents.
|
Summary: Spam filter for email which can be invoked from mail delivery agents.
|
||||||
Name: spamassassin
|
Name: spamassassin
|
||||||
Version: 3.1.8
|
Version: 3.1.8
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: Apache License
|
License: Apache License
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: http://spamassassin.apache.org/
|
URL: http://spamassassin.apache.org/
|
||||||
@ -29,6 +29,7 @@ Source10: spamassassin-helper.sh
|
|||||||
# none yet
|
# none yet
|
||||||
# Patches 100+ are SVN backports (DO NOT REUSE!)
|
# Patches 100+ are SVN backports (DO NOT REUSE!)
|
||||||
Patch124: spamassassin-3.1.3-serviceorder.patch
|
Patch124: spamassassin-3.1.3-serviceorder.patch
|
||||||
|
Patch125: spamassassin-3.1.8-sa-learn.patch
|
||||||
# end of patches
|
# end of patches
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
@ -85,6 +86,7 @@ To filter spam for all users, add that line to /etc/procmailrc
|
|||||||
# none yet
|
# none yet
|
||||||
# Patches 100+ are SVN backports (DO NOT REUSE!)
|
# Patches 100+ are SVN backports (DO NOT REUSE!)
|
||||||
%patch124 -p1
|
%patch124 -p1
|
||||||
|
%patch125 -p1
|
||||||
# end of patches
|
# end of patches
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -186,6 +188,9 @@ fi
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 19 2007 Warren Togami <wtogami@redhat.com> 3.1.8-2
|
||||||
|
- Fix sa-learn regression (#228968)
|
||||||
|
|
||||||
* Tue Feb 13 2007 Warren Togami <wtogami@redhat.com> 3.1.8-1
|
* Tue Feb 13 2007 Warren Togami <wtogami@redhat.com> 3.1.8-1
|
||||||
- 3.1.8 CVE-2007-0451
|
- 3.1.8 CVE-2007-0451
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user