diff --git a/amavisd-new.spec b/amavisd-new.spec index 73ceff5..1e96af0 100644 --- a/amavisd-new.spec +++ b/amavisd-new.spec @@ -3,7 +3,7 @@ Name: amavisd-new Version: 2.10.0 -Release: 2mamba +Release: 3mamba Summary: An interface between mailer (MTA) and content checkers: virus scanners, and/or SpamAssassin Group: System/Servers Vendor: openmamba @@ -51,6 +51,7 @@ Requires: cabextract Requires: altermime Requires: p7zip Requires: tnef +Requires: perl-IO-Socket-INET6 %description amavisd-new is a high-performance interface between mailer (MTA) and content checkers: virus scanners, and/or SpamAssassin. It is written in Perl for maintainability, without paying a significant price for speed. It talks to MTA via (E)SMTP or LMTP, or by using helper programs. Best with Postfix, fine with dual-sendmail setup and Exim v4, works with sendmail/milter, or with any MTA as a SMTP relay. For Courier and qmail MTA integration there is a patch in the distributed package. @@ -149,6 +150,9 @@ exit 0 %doc LICENSE TODO %changelog +* Thu Jan 22 2015 Silvan Calarco 2.10.0-3mamba +- require perl-IO-Socket-INET6 + * Thu Jan 01 2015 Silvan Calarco 2.10.0-2mamba - systemd script: start service after clamd.service