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