From f5e72a7773d6be5e9c99ae2edcb2754d503e9f87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Fri, 15 Sep 2017 19:25:16 +0100 Subject: [PATCH] Try fix rhbz #1473642 --- clamav-notify-servers | 4 ++-- clamav.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/clamav-notify-servers b/clamav-notify-servers index 4324ec3..5ac1db8 100644 --- a/clamav-notify-servers +++ b/clamav-notify-servers @@ -68,8 +68,7 @@ op_nc() { echo "unsupported socket name '$i'" >&2 continue esac - - resp=`printf 'zRELOAD\0' | timeout ${K_OPT:+-k $TIMEOUT_KILL} $TIMEOUT_TERM "${CMD[@]}"` + printf 'zRELOAD\0' | timeout ${K_OPT:+-k $TIMEOUT_KILL} $TIMEOUT_TERM "${CMD[@]}" | { read resp case $resp in (RELOADING) ;; @@ -78,6 +77,7 @@ op_nc() { let ++fail ;; esac + } done cd - &>/dev/null } diff --git a/clamav.spec b/clamav.spec index 64b6dcd..43653da 100644 --- a/clamav.spec +++ b/clamav.spec @@ -59,7 +59,7 @@ Requires(postun): /bin/systemctl\ Summary: End-user tools for the Clam Antivirus scanner Name: clamav Version: 0.99.2 -Release: 11%{?dist} +Release: 12%{?dist} License: %{?with_unrar:proprietary}%{!?with_unrar:GPLv2} Group: Applications/File URL: http://www.clamav.net @@ -900,6 +900,9 @@ test "$1" != "0" || /sbin/initctl -q stop clamav-milter || : %changelog +* Fri Sep 15 2017 Sérgio Basto - 0.99.2-12 +- Try fix rhbz #1473642 + * Wed Aug 02 2017 Fedora Release Engineering - 0.99.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild