From c0342cfa5888e2c51a34d3136b03a59e8ea5310e Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Mar 26 2017 22:08:26 +0000 Subject: Start clamav-milter after clamd@scan (bug #1356507)) --- diff --git a/clamav-milter.systemd b/clamav-milter.systemd index 0934a71..8f1872c 100644 --- a/clamav-milter.systemd +++ b/clamav-milter.systemd @@ -3,6 +3,7 @@ Description = Milter module for the Clam Antivirus scanner After = syslog.target nss-lookup.target network.target Before = sendmail.service Before = postfix.service +After = clamd@scan.service [Service] Type = simple diff --git a/clamav.spec b/clamav.spec index 789474b..814e5d6 100644 --- a/clamav.spec +++ b/clamav.spec @@ -58,7 +58,7 @@ Requires(postun): /bin/systemctl\ Summary: End-user tools for the Clam Antivirus scanner Name: clamav Version: 0.99.2 -Release: 5%{?dist} +Release: 6%{?dist} License: %{?with_unrar:proprietary}%{!?with_unrar:GPLv2} Group: Applications/File URL: http://www.clamav.net @@ -887,6 +887,9 @@ test "$1" != "0" || /sbin/initctl -q stop clamav-milter || : %changelog +* Sun Mar 26 2017 Orion Poplawski - 0.99.2-6 +- Start clamav-milter after clamd@scan (bug #1356507)) + * Sun Mar 26 2017 Orion Poplawski - 0.99.2-5 - Allow freshclam to run automatically on install (bug #1408649)