- explicit requires on perl(HTTP::Date) and perl(LWP::UserAgent) (Bug

#193100)
This commit is contained in:
Warren Togami 2007-01-28 05:03:58 +00:00
parent 9050b70b25
commit 44e033dc1a

View File

@ -12,7 +12,7 @@
Summary: Spam filter for email which can be invoked from mail delivery agents.
Name: spamassassin
Version: 3.1.7
Release: 5%{?dist}
Release: 6%{?dist}
License: Apache License
Group: Applications/Internet
URL: http://spamassassin.apache.org/
@ -42,6 +42,8 @@ BuildRequires: perl(Time::HiRes)
BuildRequires: perl(HTML::Parser)
BuildRequires: openssl-devel
Requires: perl(HTTP::Date)
Requires: perl(LWP::UserAgent)
Requires: perl(Net::DNS)
Requires: perl(Time::HiRes)
Requires: perl(DB_File)
@ -183,6 +185,10 @@ fi
exit 0
%changelog
* Sun Jan 28 2007 Warren Togami <wtogami@redhat.com> 3.1.7-6
- explicit requires on perl(HTTP::Date) and perl(LWP::UserAgent)
(Bug #193100)
* Mon Jan 22 2007 Warren Togami <wtogami@redhat.com> 3.1.7-5
- fix typo in logrotate.d (#223817)