From 24e95357d0e473de3034043e50812d2d43d1acfb21107c06f02485fd93213aba Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Mon, 10 Sep 2018 10:15:08 +0000 Subject: [PATCH] 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 --- logrotate-3.13.0-systemd_add_home_env.patch | 21 ++++++++++++--------- logrotate-3.13.0.tar.xz | 3 --- logrotate-3.14.0.tar.xz | 3 +++ logrotate.changes | 17 +++++++++++++++++ logrotate.spec | 2 +- 5 files changed, 33 insertions(+), 13 deletions(-) delete mode 100644 logrotate-3.13.0.tar.xz create mode 100644 logrotate-3.14.0.tar.xz diff --git a/logrotate-3.13.0-systemd_add_home_env.patch b/logrotate-3.13.0-systemd_add_home_env.patch index 4cc18a3..8be21a8 100644 --- a/logrotate-3.13.0-systemd_add_home_env.patch +++ b/logrotate-3.13.0-systemd_add_home_env.patch @@ -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 diff --git a/logrotate-3.13.0.tar.xz b/logrotate-3.13.0.tar.xz deleted file mode 100644 index 288875a..0000000 --- a/logrotate-3.13.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3222ca032f99be8d7a4a8c6ad69f3dcc49b9511bfe384bd5a271ebcd9bd3e52c -size 154900 diff --git a/logrotate-3.14.0.tar.xz b/logrotate-3.14.0.tar.xz new file mode 100644 index 0000000..35d9031 --- /dev/null +++ b/logrotate-3.14.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4703bdc0e2df3b322f9dff0aafc99aa9172c9e4acae28b7c924cc7d4e5b29d55 +size 155988 diff --git a/logrotate.changes b/logrotate.changes index a549f29..297e35a 100644 --- a/logrotate.changes +++ b/logrotate.changes @@ -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 diff --git a/logrotate.spec b/logrotate.spec index a24fb15..9bf738f 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -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