diff --git a/logrotate.spec b/logrotate.spec index bcc4f96..a4e4396 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -1,7 +1,7 @@ Summary: Rotates, compresses, removes and mails system log files Name: logrotate Version: 3.20.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ URL: https://github.com/logrotate/logrotate Source0: https://github.com/logrotate/logrotate/releases/download/%{version}/logrotate-%{version}.tar.xz @@ -118,6 +118,9 @@ fi %config(noreplace) %{_sysconfdir}/rwtab.d/logrotate %changelog +* Thu Jul 21 2022 Fedora Release Engineering - 3.20.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Fri May 27 2022 Kamil Dudka - 3.20.1-2 - lockState: do not print `error:` when exit code is unaffected (#2090926)