update to 3.18.1 [release 3.18.1-1mamba;Thu May 27 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 06:27:39 +01:00
parent 7c5ccf1dd2
commit 4a74d4d76c
2 changed files with 11 additions and 8 deletions

View File

@ -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 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. 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. 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. Install the logrotate package if you need a utility to deal with the log files on your system.

View File

@ -1,12 +1,12 @@
Name: logrotate Name: logrotate
Version: 3.18.0 Version: 3.18.1
Release: 1mamba Release: 1mamba
Summary: Rotates, compresses, removes and mails system log files Summary: Rotates, compresses, removes and mails system log files
Group: System/Tools Group: System/Tools
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: ftp://download.fedora.redhat.com/pub/fedora/linux/core/development/SRPMS URL: https://github.com/logrotate/logrotate
Source0: https://github.com/logrotate/logrotate.git/%{version}/logrotate-%{version}.tar.bz2 Source0: https://github.com/logrotate/logrotate.git/%{version}/logrotate-%{version}.tar.bz2
Source1: %{name}.conf Source1: %{name}.conf
Source2: %{name}.cron Source2: %{name}.cron
@ -16,20 +16,21 @@ Source5: %{name}.service
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libacl-devel
BuildRequires: libpopt-devel BuildRequires: libpopt-devel
BuildRequires: libselinux-devel BuildRequires: libselinux-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires(post):systemd %systemd_requires
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
The logrotate utility is designed to simplify the administration of log files on a system which generates a lot of log files. 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 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. 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. 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. Install the logrotate package if you need a utility to deal with the log files on your system.
%debug_package
%prep %prep
%setup -q %setup -q
@ -90,6 +91,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
%{_mandir}/man8/* %{_mandir}/man8/*
%changelog %changelog
* Thu May 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.18.1-1mamba
- update to 3.18.1
* Fri Jan 15 2021 Automatic Build System <autodist@mambasoft.it> 3.18.0-1mamba * Fri Jan 15 2021 Automatic Build System <autodist@mambasoft.it> 3.18.0-1mamba
- automatic version update by autodist - 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 - use chkconfig command to enable/disable initscript on install/uninstall
- rename source script to logrotate-init - rename source script to logrotate-init
* Fri Jan 06 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 3.7.5-2mamba * Tue Jan 06 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 3.7.5-2mamba
- added a reference in rc.local to launch logrotate at boot time - added a reference in rc.local to launch logrotate at boot time
* Tue Jan 15 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 3.7.5-1mamba * Tue Jan 15 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 3.7.5-1mamba