diff --git a/README.md b/README.md index 7e0c06c..ee94909 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,5 @@ The logrotate utility is designed to simplify the administration of log files on Logrotate allows for the automatic rotation compression, removal and mailing of log files. Logrotate can be set to handle a log file daily, weekly, monthly or when the log file gets to a certain size. Normally, logrotate runs as a daily cron job and once at boot time. - Install the logrotate package if you need a utility to deal with the log files on your system. diff --git a/logrotate.spec b/logrotate.spec index c9aa047..e989ad0 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -1,12 +1,12 @@ Name: logrotate -Version: 3.18.0 +Version: 3.18.1 Release: 1mamba Summary: Rotates, compresses, removes and mails system log files Group: System/Tools Vendor: openmamba Distribution: openmamba -Packager: Davide Madrisan -URL: ftp://download.fedora.redhat.com/pub/fedora/linux/core/development/SRPMS +Packager: Silvan Calarco +URL: https://github.com/logrotate/logrotate Source0: https://github.com/logrotate/logrotate.git/%{version}/logrotate-%{version}.tar.bz2 Source1: %{name}.conf Source2: %{name}.cron @@ -16,20 +16,21 @@ Source5: %{name}.service License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libacl-devel BuildRequires: libpopt-devel BuildRequires: libselinux-devel ## AUTOBUILDREQ-END -Requires(post):systemd -BuildRoot: %{_tmppath}/%{name}-%{version}-root +%systemd_requires %description The logrotate utility is designed to simplify the administration of log files on a system which generates a lot of log files. Logrotate allows for the automatic rotation compression, removal and mailing of log files. Logrotate can be set to handle a log file daily, weekly, monthly or when the log file gets to a certain size. Normally, logrotate runs as a daily cron job and once at boot time. - Install the logrotate package if you need a utility to deal with the log files on your system. +%debug_package + %prep %setup -q @@ -90,6 +91,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \; %{_mandir}/man8/* %changelog +* Thu May 27 2021 Silvan Calarco 3.18.1-1mamba +- update to 3.18.1 + * Fri Jan 15 2021 Automatic Build System 3.18.0-1mamba - automatic version update by autodist @@ -177,7 +181,7 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \; - use chkconfig command to enable/disable initscript on install/uninstall - rename source script to logrotate-init -* Fri Jan 06 2009 Ercole 'ercolinux' Carpanetto 3.7.5-2mamba +* Tue Jan 06 2009 Ercole 'ercolinux' Carpanetto 3.7.5-2mamba - added a reference in rc.local to launch logrotate at boot time * Tue Jan 15 2008 Silvan Calarco 3.7.5-1mamba