Accepting request 634659 from home:dliedke:branches:Base:System

Version update to 3.14.0

OBS-URL: https://build.opensuse.org/request/show/634659
OBS-URL: https://build.opensuse.org/package/show/Base:System/logrotate?expand=0&rev=71
This commit is contained in:
Pedro Monreal Gonzalez 2018-09-10 10:15:08 +00:00 committed by Git OBS Bridge
parent 17e2917049
commit 24e95357d0
5 changed files with 33 additions and 13 deletions

View File

@ -1,9 +1,12 @@
Index: logrotate-3.11.0/examples/logrotate.service
===================================================================
--- logrotate-3.11.0.orig/examples/logrotate.service
+++ logrotate-3.11.0/examples/logrotate.service
@@ -9,3 +9,4 @@ ExecStart=/usr/sbin/logrotate /etc/logro
Nice=19
IOSchedulingClass=best-effort
IOSchedulingPriority=7
+Environment=HOME=/root
*** logrotate-3.14.0.orig/examples/logrotate.service 2018-02-19 10:55:36.000000000 +0100
--- logrotate-3.14.0/examples/logrotate.service 2018-09-07 12:41:16.408593686 +0200
***************
*** 11,16 ****
--- 11,17 ----
Nice=19
IOSchedulingClass=best-effort
IOSchedulingPriority=7
+ Environment=HOME=/root
# hardening options
# details: https://www.freedesktop.org/software/systemd/man/systemd.exec.html

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3222ca032f99be8d7a4a8c6ad69f3dcc49b9511bfe384bd5a271ebcd9bd3e52c
size 154900

3
logrotate-3.14.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4703bdc0e2df3b322f9dff0aafc99aa9172c9e4acae28b7c924cc7d4e5b29d55
size 155988

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Sep 7 10:33:52 UTC 2018 - liedke@rz.uni-mannheim.de
- Version update to 3.14.0:
* make configure show support status for SELinux and ACL at the end
* make logrotate build again on FreeBSD
* move wtmp and btmp definitions from logrotate.conf to
separate configuration files in logrotate.d
* print a warning about logrotate doing nothing when -d is used
* do not reject executable config files
* add hardening options to logrotate.service in examples
* fix spurious compressor failure when using su and compress
* keep logrotate version in .tarball-version in release tarballs
* introduce the hourago configuration directive
* ignore empty patterns in tabooext to avoid exclusion of everything
* properly report skipped test cases instead of pretending success
-------------------------------------------------------------------
Thu Jun 7 09:51:50 UTC 2018 - kstreitova@suse.com

View File

@ -17,7 +17,7 @@
Name: logrotate
Version: 3.13.0
Version: 3.14.0
Release: 0
Summary: Rotate, compress, remove, and mail system log files
License: GPL-2.0-or-later