diff --git a/clamav.spec b/clamav.spec index 287f23e..ba72b3f 100644 --- a/clamav.spec +++ b/clamav.spec @@ -70,7 +70,7 @@ Requires(postun): /bin/systemctl\ Summary: End-user tools for the Clam Antivirus scanner Name: clamav Version: 0.99.2 -Release: 17%{?dist} +Release: 18%{?dist} License: %{?with_unrar:proprietary}%{!?with_unrar:GPLv2} Group: Applications/File URL: http://www.clamav.net @@ -942,6 +942,9 @@ test "$1" != "0" || /sbin/initctl -q stop clamav-milter || : %changelog +* Tue Jan 16 2018 Orion Poplawski - 0.99.2-18 +- Fix type of clamd@ service + * Thu Jan 11 2018 Sérgio Basto - 0.99.2-17 - Security fixes CVE-2017-6420 (#1483910), CVE-2017-6418 (#1483908) diff --git a/clamd@.service b/clamd@.service index 0ed8190..ca3b969 100644 --- a/clamd@.service +++ b/clamd@.service @@ -3,6 +3,6 @@ Description = clamd scanner (%i) daemon After = syslog.target nss-lookup.target network.target [Service] -Type = forking +Type = simple ExecStart = /usr/sbin/clamd -c /etc/clamd.d/%i.conf --foreground=yes Restart = on-failure