[packages/logrotate] up to [3.15.0] - 2018-12-04
glen
glen at pld-linux.org
Tue Dec 4 16:35:48 CET 2018
commit 7c8dd07179b0d84d98b162e943436223e1140e80
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Tue Dec 4 17:33:18 2018 +0200
up to [3.15.0] - 2018-12-04
- timer unit: change trigger fuzz from 12h to 1h (#230)
- service unit: only run if `/var/log` is mounted (#230)
- preserve fractional part of timestamps when compressing (#226)
- re-indent source code using spaces only (#188)
- minage: avoid rounding issue while comparing the amount of seconds (#36)
- never remove old log files if `rotate -1` is specified (#202)
- return non-zero exit status if a config file contains an error (#199)
- make `copytruncate` work with `rotate 0` (#191)
- warn user if both size and the time interval options are used (#192)
- pass rotated log file name as the 2nd argument of the `postrotate` script
when sharedscript is not enabled (#193)
- rename `logrotate-default` to `logrotate.conf` (#187)
[3.15.0]: https://github.com/logrotate/logrotate/compare/3.14.0...3.15.0
logrotate.spec | 4 ++--
tabooext.patch | 18 +++++++++---------
2 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/logrotate.spec b/logrotate.spec
index f4294d7..b32d024 100644
--- a/logrotate.spec
+++ b/logrotate.spec
@@ -19,12 +19,12 @@ Summary(ru.UTF-8): Ротирует, компрессирует, удаляет
Summary(tr.UTF-8): Sistem günlüklerini yönlendirir, sıkıştırır ve mektup olarak yollar
Summary(uk.UTF-8): Ротує, компресує, видаляє та відправляє поштою лог-файли
Name: logrotate
-Version: 3.14.0
+Version: 3.15.0
Release: 1
License: GPL v2+
Group: Applications/System
Source0: https://github.com/logrotate/logrotate/releases/download/%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: 1c0f6e6e490c4bcac0a1e77ad1310683
+# Source0-md5: 320046f0b9fc38337e8827d4c5a866a0
Source1: %{name}.conf
Source2: %{name}.sysconfig
Source3: %{name}.cron
diff --git a/tabooext.patch b/tabooext.patch
index 3048d39..39bf869 100644
--- a/tabooext.patch
+++ b/tabooext.patch
@@ -1,10 +1,10 @@
---- logrotate-3.12.3/config.c~ 2017-05-22 15:10:22.000000000 +0300
-+++ logrotate-3.12.3/config.c 2017-07-02 20:26:14.825924824 +0300
-@@ -129,6 +129,7 @@
+--- logrotate-3.15.0/config.c~ 2018-10-05 18:01:21.000000000 +0300
++++ logrotate-3.15.0/config.c 2018-12-04 17:33:40.040702438 +0200
+@@ -134,6 +134,7 @@
static const char *defTabooExts[] = {
- ",v",
- ".cfsaved",
-+ ".cvsignore",
- ".disabled",
- ".dpkg-dist",
- ".dpkg-new",
+ ",v",
+ ".cfsaved",
++ ".cvsignore",
+ ".disabled",
+ ".dpkg-bak",
+ ".dpkg-del",
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/logrotate.git/commitdiff/7c8dd07179b0d84d98b162e943436223e1140e80
More information about the pld-cvs-commit
mailing list