From c5b54494db0a5cf1f4bc3d2a5519d68d72220694 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Mon, 16 Mar 2020 08:45:58 -0600 Subject: [PATCH] Quiet freshclam-sleep when used with proxy --- clamav.spec | 5 ++++- freshclam-sleep | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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