]> git.pld-linux.org Git - packages/logrotate.git/commitdiff
up to [3.15.0] - 2018-12-04 auto/th/logrotate-3.15.0-1
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 4 Dec 2018 15:33:18 +0000 (17:33 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Tue, 4 Dec 2018 15:34:13 +0000 (17:34 +0200)
  - 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
tabooext.patch

index f4294d77c0c9bf831078a005b472963ac541f25e..b32d02410f90cdb2217509f9226e34c7a95db8af 100644 (file)
@@ -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
index 3048d3978245e3e585b1eff2a3436edb909d760d..39bf8695fbf38c4df9c3bd2d026b670594438c94 100644 (file)
@@ -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",
This page took 0.106362 seconds and 4 git commands to generate.