From 8c014995c90079e7ff30c4d3d64de5b1827cb422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Wed, 30 May 2018 00:49:03 +0100 Subject: [PATCH] clamav-milter could work without clamd and without sendmail (#1583599) --- clamav.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/clamav.spec b/clamav.spec index b172cc1..cc7d94a 100644 --- a/clamav.spec +++ b/clamav.spec @@ -317,8 +317,9 @@ e.g. used by the clamav-milter package. %package milter Summary: Milter module for the Clam Antivirus scanner Group: System Environment/Daemons -Requires: clamd = %{version}-%{release} -Requires: /usr/sbin/sendmail +# clamav-milter could work without clamd and without sendmail +#Requires: clamd = %{version}-%{release} +#Requires: /usr/sbin/sendmail Provides: user(%milteruser) = 5 Provides: group(%milteruser) = 5 Requires(post): coreutils @@ -818,6 +819,7 @@ test "$1" = 0 || %_initrddir/clamav-milter condrestart >/dev/null || : %changelog * Tue May 29 2018 Sérgio Basto - 0.100.0-2 - Move comments one line (to read before starting the scriptlet) +- clamav-milter could work without clamd and without sendmail (#1583599) * Mon May 28 2018 Robert Scheck - 0.100.0-1 - Upgrade to 0.100.0 (#1565381)