rpms/spamassassin/devel spamassassin.spec,1.81,1.82

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Jan 28 05:04:01 UTC 2007


Author: wtogami

Update of /cvs/dist/rpms/spamassassin/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15020

Modified Files:
	spamassassin.spec 
Log Message:
- explicit requires on perl(HTTP::Date) and perl(LWP::UserAgent) 
  (Bug #193100)



Index: spamassassin.spec
===================================================================
RCS file: /cvs/dist/rpms/spamassassin/devel/spamassassin.spec,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- spamassassin.spec	22 Jan 2007 17:07:26 -0000	1.81
+++ spamassassin.spec	28 Jan 2007 05:03:58 -0000	1.82
@@ -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(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 @@
 exit 0
 
 %changelog
+* Sun Jan 28 2007 Warren Togami <wtogami at 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 at redhat.com> 3.1.7-5
 - fix typo in logrotate.d (#223817)
 




More information about the fedora-cvs-commits mailing list