|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Summary: Rotates, compresses, removes and mails system log files
|
|
|
|
|
Name: logrotate
|
|
|
|
|
Version: 3.22.0
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
URL: https://github.com/logrotate/logrotate
|
|
|
|
|
Source0: https://github.com/logrotate/logrotate/releases/download/%{version}/logrotate-%{version}.tar.xz
|
|
|
|
@ -118,6 +118,10 @@ fi
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/rwtab.d/logrotate
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.22.0-4
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Tue Oct 01 2024 Jan Macku <jamacku@redhat.com> - 3.22.0-3
|
|
|
|
|
- Fix test_0112.sh fails on SELinux-enabled systems (RHEL-61155)
|
|
|
|
|
|
|
|
|
|