auto-import changelog data from spamassassin-3.0-6.rc1.src.rpm
Sat Aug 21 2004 Warren Togami <wtogami@redhat.com> - 3.0-6.rc1 - fix perl module syntax in req and buildreqs
This commit is contained in:
parent
23f3b44cfd
commit
27ddc41327
@ -9,7 +9,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: %{name}
|
Name: %{name}
|
||||||
Version: 3.0
|
Version: 3.0
|
||||||
Release: 5.rc1
|
Release: 6.rc1
|
||||||
License: Apache License
|
License: Apache License
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: http://spamassassin.org/
|
URL: http://spamassassin.org/
|
||||||
@ -26,12 +26,13 @@ Buildroot: %{_tmppath}/%{name}-root
|
|||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
Requires: /sbin/chkconfig /sbin/service
|
Requires: /sbin/chkconfig /sbin/service
|
||||||
|
|
||||||
BuildRequires: perl-Net-DNS
|
|
||||||
BuildRequires: perl >= 2:5.8.0
|
BuildRequires: perl >= 2:5.8.0
|
||||||
BuildRequires: perl-Time-HiRes
|
BuildRequires: perl(Net::DNS)
|
||||||
|
BuildRequires: perl(Time::HiRes)
|
||||||
|
BuildRequires: perl(HTML::Parser)
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
|
|
||||||
Requires: perl-Net-DNS
|
Requires: perl(Net::DNS)
|
||||||
Requires: perl(Time::HiRes)
|
Requires: perl(Time::HiRes)
|
||||||
Requires: procmail
|
Requires: procmail
|
||||||
|
|
||||||
@ -150,6 +151,9 @@ fi
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 21 2004 Warren Togami <wtogami@redhat.com> - 3.0-6.rc1
|
||||||
|
- fix perl module syntax in req and buildreqs
|
||||||
|
|
||||||
* Thu Aug 19 2004 Warren Togami <wtogami@redhat.com> - 3.0-5.rc1
|
* Thu Aug 19 2004 Warren Togami <wtogami@redhat.com> - 3.0-5.rc1
|
||||||
- 3.0 rc1
|
- 3.0 rc1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user