- start spamd before sendmail (#193818)
- require perl-Archive-Tar (#193100)
This commit is contained in:
parent
b947eed65f
commit
459c3ed5e2
@ -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 <wtogami@redhat.com> - 3.1.3-2
|
||||
- start spamd before sendmail (#193818)
|
||||
- require perl-Archive-Tar (#193100)
|
||||
|
||||
* Mon Jun 05 2006 Warren Togami <wtogami@redhat.com> - 3.1.3-1
|
||||
- CVE-2006-2447
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user