diff --git a/clamav.spec b/clamav.spec index 937d141..5399c0f 100644 --- a/clamav.spec +++ b/clamav.spec @@ -26,7 +26,7 @@ Summary: End-user tools for the Clam Antivirus scanner Name: clamav Version: 1.0.5 -Release: 2%{?dist} +Release: 3%{?dist} License: %{?with_unrar:proprietary}%{!?with_unrar:GPLv2} URL: https://www.clamav.net/ %if %{with unrar} @@ -571,6 +571,9 @@ exit 0 %changelog +* Sat Mar 16 2024 Sérgio Basto - 1.0.5-3 +- (#1679375) fixes syntax error in /etc/logrotate.d/clamd.exim + * Tue Mar 05 2024 Sérgio Basto - 1.0.5-2 - set nullblog to fix post script (#2253914) - Properly check valgrind arches diff --git a/clamd.logrotate b/clamd.logrotate index 45dc48d..dde4e44 100644 --- a/clamd.logrotate +++ b/clamd.logrotate @@ -4,6 +4,6 @@ missingok postrotate - pkill -u -HUP -f '/usr/sbin/clamd -c /etc/clamd.d/.conf >/dev/null 2>&1 || : + pkill -u -HUP -f "/usr/sbin/clamd -c /etc/clamd.d/.conf" >/dev/null 2>&1 || : endscript }