update to 3.18.1 [release 3.18.1-1mamba;Thu May 27 2021]
This commit is contained in:
parent
7c5ccf1dd2
commit
4a74d4d76c
@ -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.
|
||||
|
||||
|
@ -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 <davide.madrisan@gmail.com>
|
||||
URL: ftp://download.fedora.redhat.com/pub/fedora/linux/core/development/SRPMS
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
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 <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
|
||||
- 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 <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
|
||||
|
||||
* Tue Jan 15 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 3.7.5-1mamba
|
||||
|
Loading…
Reference in New Issue
Block a user