diff --git a/clamav.spec b/clamav.spec index 18f978f..1b46418 100644 --- a/clamav.spec +++ b/clamav.spec @@ -46,7 +46,7 @@ Summary: End-user tools for the Clam Antivirus scanner Name: clamav Version: 0.102.2 -Release: 3%{?dist} +Release: 4%{?dist} License: %{?with_unrar:proprietary}%{!?with_unrar:GPLv2} URL: https://www.clamav.net/ %if %{with unrar} @@ -595,6 +595,9 @@ fi %changelog +* Mon Mar 16 2020 Orion Poplawski - 0.102.2-4 +- Quiet freshclam-sleep when used with proxy + * Sat Feb 29 2020 Orion Poplawski - 0.102.2-3 - Add missingok to clamav-update.logrotate (bz#1807701) diff --git a/freshclam-sleep b/freshclam-sleep index fddb922..5d3d5b3 100755 --- a/freshclam-sleep +++ b/freshclam-sleep @@ -49,4 +49,4 @@ WARNING: update of clamav database is disabled; please see ;; esac -/usr/bin/freshclam --quiet +/usr/bin/freshclam --quiet > /dev/null