diff --git a/amavisd-new.spec b/amavisd-new.spec index 9dccf0c..0efe994 100644 --- a/amavisd-new.spec +++ b/amavisd-new.spec @@ -2,8 +2,8 @@ %define vscan_gid 65416 Name: amavisd-new -Version: 2.13.0 -Release: 3mamba +Version: 2.13.1 +Release: 2mamba Summary: An interface between mailer (MTA) and content checkers: virus scanners, and/or SpamAssassin Group: System/Servers Vendor: openmamba @@ -16,9 +16,9 @@ Patch0: amavisd-new-2.8.1-initscript-no-deprecated-network.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: libperl -BuildRequires: perl(Crypt::OpenSSL::RSA) BuildRequires: perl-Archive-Zip BuildRequires: perl-BerkeleyDB +BuildRequires: perl-Crypt-OpenSSL-RSA BuildRequires: perl-DBI BuildRequires: perl-Encode BuildRequires: perl-IO-Socket-SSL @@ -62,6 +62,8 @@ Requires: altermime Requires: p7zip Requires: tnef Requires: perl-IO-Socket-INET6 +Provides: user(vscan) +Provides: group(vscan) %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. @@ -168,6 +170,12 @@ fi %doc LICENSE %changelog +* Sun Aug 11 2024 Silvan Calarco 2.13.1-2mamba +- provide user and group vscan + +* Sat Aug 10 2024 Automatic Build System 2.13.1-1mamba +- automatic version update by autodist + * Sun May 07 2023 Silvan Calarco 2.13.0-3mamba - rebuilt with perl 5.36.0