Accepting request 691561 from home:pmonrealgonzalez:branches:Base:System
- Version update to 3.15.0: * timer unit: change trigger fuzz from 12h to 1h * service unit: only run if /var/log is mounted * preserve fractional part of timestamps when compressing * re-indent source code using spaces only * minage: avoid rounding issue while comparing the amount of seconds * never remove old log files if rotate -1 is specified * return non-zero exit status if a config file contains an error * make copytruncate work with rotate 0 * warn user if both size and the time interval options are used * pass rotated log file name as the 2nd argument of the postrotate script when sharedscript is not enabled * rename logrotate-default to logrotate.conf - Added asc file. OBS-URL: https://build.opensuse.org/request/show/691561 OBS-URL: https://build.opensuse.org/package/show/Base:System/logrotate?expand=0&rev=75
This commit is contained in:
parent
2f6b9dfde8
commit
bc108665d4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4703bdc0e2df3b322f9dff0aafc99aa9172c9e4acae28b7c924cc7d4e5b29d55
|
||||
size 155988
|
3
logrotate-3.15.0.tar.xz
Normal file
3
logrotate-3.15.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:313612c4776a305393454c874ef590d8acf84c9ffa648717731dfe902284ff8f
|
||||
size 158284
|
16
logrotate-3.15.0.tar.xz.asc
Normal file
16
logrotate-3.15.0.tar.xz.asc
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCAAdFiEEmSqW4HUFbnnNghT5hz2zdXKjezYFAlwGmQ8ACgkQhz2zdXKj
|
||||
ezapnxAAjUY4lP4UiCaYUiMBCgf0dF/vfoaPeu66h5WgnmeCARepanMCR0CAcguc
|
||||
M/5RFK2QNEpago5B78KsEBSiiXskRJZa7VnYjqYyTd5Z1hVs+8HQi6DKqaqD4s9Y
|
||||
/y6o0SvK6dYhhlRZwCDfdJdc2qenerZNB42g+sVBj0JpLcBb8wKocDqvdmnRzuDS
|
||||
Y4AYloAuVEQRC7Aa4pr/wT7+4iAa0guH21NEMf1tSgE9LinCYvjAqQyJoixyT2aM
|
||||
EJuLq+7Rk2i+kSlKxdxWNpsAJ5AVKyiDnEMYBtCPbsWM15qqkU3fnGmtHzCmN6BS
|
||||
b/ZaGcZRDsjhHqHC22JlkKN6wjHICPPDZYCqCl57oRneaZNTTkneeeva1zi/EAck
|
||||
IAxpkzeNMvHoHNFA4tUCSfFQSog+3entqQdDVRlhNeo1oirJGW15NvTNy1xdz+9k
|
||||
5XIwt1/An/VghAWZpqWWutbwGNJ60p0mVaTfLZSUeFqsUve9leMZMDIOLhR5sSNE
|
||||
teTZJHEQqD0Ay9/C9qCawLJyMjmL17BdEomI9Iqwt9eVn/hk6sPkT+e+Bprtv6p/
|
||||
rWUU7QaD97ZHo8ZOBgYW5OKiswpNhd7EtQ3kX+M433AueAFj76iiWe6s/55q+vhO
|
||||
fVg1+egIbirIpXHicvQXkooMFN7PJAjZjZd4g3/UPeY//67vwK8=
|
||||
=JLJ7
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 4 11:12:28 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
||||
|
||||
- Version update to 3.15.0:
|
||||
* timer unit: change trigger fuzz from 12h to 1h
|
||||
* service unit: only run if /var/log is mounted
|
||||
* preserve fractional part of timestamps when compressing
|
||||
* re-indent source code using spaces only
|
||||
* minage: avoid rounding issue while comparing the amount of seconds
|
||||
* never remove old log files if rotate -1 is specified
|
||||
* return non-zero exit status if a config file contains an error
|
||||
* make copytruncate work with rotate 0
|
||||
* warn user if both size and the time interval options are used
|
||||
* pass rotated log file name as the 2nd argument of the postrotate
|
||||
script when sharedscript is not enabled
|
||||
* rename logrotate-default to logrotate.conf
|
||||
- Added asc file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 13 08:13:52 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package logrotate
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 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
|
||||
@ -12,18 +12,19 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: logrotate
|
||||
Version: 3.14.0
|
||||
Version: 3.15.0
|
||||
Release: 0
|
||||
Summary: Cron service for rotating, compressing, mailing and removing system log files
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/Base
|
||||
Url: https://github.com/logrotate/logrotate
|
||||
Source0: https://github.com/logrotate/logrotate/releases/download/%{version}/logrotate-%{version}.tar.xz
|
||||
Url: https://github.com/%{name}/%{name}
|
||||
Source0: https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
Source10: https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
|
||||
# SUSE specific logrotate configurations
|
||||
Source1: logrotate.wtmp
|
||||
Source2: logrotate.default
|
||||
|
Loading…
Reference in New Issue
Block a user