use proper perl dep names
This commit is contained in:
parent
b1bdace56b
commit
ea6cf55cf8
@ -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: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: Apache License
|
License: Apache License
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: http://spamassassin.apache.org/
|
URL: http://spamassassin.apache.org/
|
||||||
@ -40,9 +40,9 @@ Requires: perl(DB_File)
|
|||||||
Requires: perl(Archive::Tar)
|
Requires: perl(Archive::Tar)
|
||||||
Requires: procmail
|
Requires: procmail
|
||||||
# Needed for spamc/spamd SSL
|
# Needed for spamc/spamd SSL
|
||||||
Requires: perl-IO-Socket-SSL
|
Requires: perl(IO::Socket::SSL)
|
||||||
# Needed for IPv6
|
# Needed for IPv6
|
||||||
Requires: perl-IO-Socket-INET6
|
Requires: perl(IO::Socket::INET6)
|
||||||
|
|
||||||
Obsoletes: perl-Mail-SpamAssassin
|
Obsoletes: perl-Mail-SpamAssassin
|
||||||
|
|
||||||
@ -162,7 +162,7 @@ fi
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jul 17 2006 Warren Togami <wtogami@redhat.com> - 3.1.3-4
|
* Mon Jul 17 2006 Warren Togami <wtogami@redhat.com> - 3.1.3-5
|
||||||
- req perl-IO-Socket-SSL for spamc/spamd SSL communication
|
- req perl-IO-Socket-SSL for spamc/spamd SSL communication
|
||||||
- req perl-IO-Socket-INET6 for IPv6
|
- req perl-IO-Socket-INET6 for IPv6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user