- 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.
|
Summary: Spam filter for email which can be invoked from mail delivery agents.
|
||||||
Name: spamassassin
|
Name: spamassassin
|
||||||
Version: 3.1.3
|
Version: 3.1.3
|
||||||
Release: 1.fc6
|
Release: 2.fc6
|
||||||
License: Apache License
|
License: Apache License
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: http://spamassassin.apache.org/
|
URL: http://spamassassin.apache.org/
|
||||||
@ -20,6 +20,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!)
|
||||||
Patch123: spamassassin-3.1.1-nls-spamd-init.patch
|
Patch123: spamassassin-3.1.1-nls-spamd-init.patch
|
||||||
|
Patch124: spamassassin-3.1.3-serviceorder.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
|
||||||
@ -35,6 +36,7 @@ BuildRequires: openssl-devel
|
|||||||
Requires: perl(Net::DNS)
|
Requires: perl(Net::DNS)
|
||||||
Requires: perl(Time::HiRes)
|
Requires: perl(Time::HiRes)
|
||||||
Requires: perl(DB_File)
|
Requires: perl(DB_File)
|
||||||
|
Requires: perl(Archive::Tar)
|
||||||
Requires: procmail
|
Requires: procmail
|
||||||
|
|
||||||
Obsoletes: perl-Mail-SpamAssassin
|
Obsoletes: perl-Mail-SpamAssassin
|
||||||
@ -62,6 +64,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!)
|
||||||
%patch123 -p1
|
%patch123 -p1
|
||||||
|
%patch124 -p1
|
||||||
# end of patches
|
# end of patches
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -154,6 +157,10 @@ fi
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jun 05 2006 Warren Togami <wtogami@redhat.com> - 3.1.3-1
|
||||||
- CVE-2006-2447
|
- CVE-2006-2447
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user