Accepting request 562011 from home:pmonrealgonzalez:branches:Base:System
- Version update to 3.13.0: * make distribution tarballs report logrotate version properly * make (un)compress work even if stdin and/or stdout are closed (#154) * remove -s from DEFAULT_MAIL_COMMAND and improve its documenation (#152) * uncompress logs before mailing them even if delaycompress is enabled (#151) * handle unlink of a non-existing log file as a warning only (#144) * include compile-time options in the output of logrotate --version (#145) * make logrotate --version print to stdout instead of stderr (#145) * flush write buffers before syncing state file (#148) * specify (un)compress utility explicitly in tests (#137) * enable running tests in parallel (#132) * explicitly map root UID/GID to 0 on Cygwin (#133) * add .dpkg-bak and .dpkg-del to default tabooext list (#134) OBS-URL: https://build.opensuse.org/request/show/562011 OBS-URL: https://build.opensuse.org/package/show/Base:System/logrotate?expand=0&rev=65
This commit is contained in:
parent
23aec47039
commit
c75ec88e18
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e6a401cac9024db2288297e3be1a8ab60e7401ba8e91225218aaf4a27e82a07
|
||||
size 148880
|
3
logrotate-3.13.0.tar.xz
Normal file
3
logrotate-3.13.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3222ca032f99be8d7a4a8c6ad69f3dcc49b9511bfe384bd5a271ebcd9bd3e52c
|
||||
size 154900
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 5 15:56:13 UTC 2018 - pmonrealgonzalez@suse.com
|
||||
|
||||
- Version update to 3.13.0:
|
||||
* make distribution tarballs report logrotate version properly
|
||||
* make (un)compress work even if stdin and/or stdout are closed (#154)
|
||||
* remove -s from DEFAULT_MAIL_COMMAND and improve its documenation (#152)
|
||||
* uncompress logs before mailing them even if delaycompress is enabled (#151)
|
||||
* handle unlink of a non-existing log file as a warning only (#144)
|
||||
* include compile-time options in the output of logrotate --version (#145)
|
||||
* make logrotate --version print to stdout instead of stderr (#145)
|
||||
* flush write buffers before syncing state file (#148)
|
||||
* specify (un)compress utility explicitly in tests (#137)
|
||||
* enable running tests in parallel (#132)
|
||||
* explicitly map root UID/GID to 0 on Cygwin (#133)
|
||||
* add .dpkg-bak and .dpkg-del to default tabooext list (#134)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 7 08:43:42 UTC 2017 - tchvatal@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package logrotate
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: logrotate
|
||||
Version: 3.12.3
|
||||
Version: 3.13.0
|
||||
Release: 0
|
||||
Summary: Rotate, compress, remove, and mail system log files
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user