Add missingok to clamav-update.logrotate (bz#1807701)

This commit is contained in:
Orion Poplawski 2020-02-29 10:12:20 -07:00
parent 81b58f60fb
commit 55369f74d7
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,5 @@
/var/log/freshclam.log {
monthly
notifempty
missingok
}

View File

@ -46,7 +46,7 @@
Summary: End-user tools for the Clam Antivirus scanner
Name: clamav
Version: 0.102.2
Release: 2%{?dist}
Release: 3%{?dist}
License: %{?with_unrar:proprietary}%{!?with_unrar:GPLv2}
URL: https://www.clamav.net/
%if %{with unrar}
@ -596,6 +596,9 @@ fi
%changelog
* Sat Feb 29 2020 Orion Poplawski <orion@nwra.com> - 0.102.2-3
- Add missingok to clamav-update.logrotate (bz#1807701)
* Mon Feb 10 2020 Orion Poplawski <orion@nwra.com> - 0.102.2-2
- Keep /var/log/freshclam.log handling - can still be used
- Restore clamav-server provides (bz#1801329)