]> git.pld-linux.org Git - packages/logrotate.git/commitdiff
3.12.1 (2017-04-21) auto/th/logrotate-3.12.1-1
authorElan Ruusamäe <glen@delfi.ee>
Fri, 21 Apr 2017 16:52:13 +0000 (19:52 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 21 Apr 2017 16:52:13 +0000 (19:52 +0300)
logrotate-man.patch
logrotate.spec

index 8f7d48aa29310884d30a9d827403299e5a2b6b69..ca5ae4f494567ef21498ec8de5c876903dd4a931 100644 (file)
@@ -1,15 +1,24 @@
---- logrotate/logrotate.8.in~  2016-12-03 16:23:33.744988966 +0200
-+++ logrotate/logrotate.8.in   2016-12-03 16:34:50.502613948 +0200
-@@ -65,7 +65,7 @@
- \fB\-s\fR, \fB\-\-state <statefile>\fR
- Tells \fBlogrotate\fR to use an alternate state file.  This is useful
- if logrotate is being run as a different user for various sets of
--log files.  The default state file is \fI/var/lib/logrotate.status\fR.
-+log files.  The default state file is \fI@STATE_FILE_PATH@\fR.
+--- logrotate-3.12.1/logrotate.8.in~   2017-04-07 18:15:37.000000000 +0300
++++ logrotate-3.12.1/logrotate.8.in    2017-04-21 19:49:54.334686948 +0300
+@@ -104,7 +104,7 @@
+     rotate 5
+     weekly
+     postrotate
+-        /usr/bin/killall \-HUP syslogd
++        /bin/killall \-HUP syslogd
+     endscript
+ }
  
- .TP
- \fB\-\-usage\fR
-@@ -125,7 +125,7 @@
+@@ -114,7 +114,7 @@
+     size 100k
+     sharedscripts
+     postrotate
+-        /usr/bin/killall \-HUP httpd
++        /bin/killall \-HUP httpd
+     endscript
+ }
+@@ -146,7 +146,7 @@
  \fI/var/log/messages\fR. The log will go through five weekly rotations before
  being removed. After the log file has been rotated (but before the old
  version of the log has been compressed), the command 
  
  The next section defines the parameters for both
  \fI/var/log/httpd/access.log\fR and \fI/var/log/httpd/error.log\fR.
-@@ -449,7 +449,7 @@
- Log files are rotated if the current weekday is less than the weekday
- of the last rotation or if more than a week has passed since the last
- rotation. This is normally the same as rotating logs on the first day
--of the week, but it works better if \fIlogrotate\fR is not run every
-+of the week, but it works better if \fBlogrotate\fR is not run every
- night.
- .TP
index 344c7256cbc3dc18c49c490f85fb27fa2725ddc3..43037b16490a54c6cad6218ccf7af55f156d52b7 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.11.0
-Release:       3
+Version:       3.12.1
+Release:       1
 License:       GPL v2+
 Group:         Applications/System
 Source0:       https://github.com/logrotate/logrotate/releases/download/%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: 3a9280e4caeb837427a2d54518fbcdac
+# Source0-md5: 9c3d4c55220497a5530179c1c5e5b6eb
 Source1:       %{name}.conf
 Source2:       %{name}.sysconfig
 Source3:       %{name}.cron
@@ -42,7 +42,7 @@ BuildRequires:        libselinux-devel
 %{?with_tests:BuildRequires:   libselinux-utils}
 %endif
 BuildRequires: popt-devel >= 1.3
-BuildRequires:  rpmbuild(macros) >= 1.644
+BuildRequires: rpmbuild(macros) >= 1.644
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
 Requires(post):        coreutils
@@ -51,7 +51,7 @@ Requires:     cronjobs
 Requires:      filesystem >= 4.0-4
 Requires:      gzip
 Requires:      setup >= 2.4.6
-Requires:       systemd-units >= 38
+Requires:      systemd-units >= 38
 Suggests:      /bin/mail
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
This page took 0.172255 seconds and 4 git commands to generate.