]> git.pld-linux.org Git - packages/logrotate.git/commitdiff
- dateext (allows to use YYYYMMDD extension instead of just number)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 1 Nov 2003 16:01:40 +0000 (16:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- maxage (remove log files older than XXX days)
- better way for remove/compress/mail log files

Changed files:
    logrotate.spec -> 1.54

logrotate.spec

index 9a1a2f6df9ae07a01244f92392f749d9a8743729..5faa781b222dfc0f8d97c33d5eab9b0496bfb07c 100644 (file)
@@ -17,6 +17,10 @@ Source0:     %{name}-%{version}.tar.gz
 # Source0-md5: 7a95d7464faea703fa10d6db7a468ddb
 Source1:       %{name}.conf
 Patch0:                %{name}-man.patch
+# Patches from ftp://ftp.suse.com/pub/people/ro/logrotate
+Patch1:                %{name}-moveout.dif
+Patch2:                %{name}-dateext.dif
+Patch3:                %{name}-maxage.dif
 BuildRequires: popt-devel >= 1.3
 Requires:      /bin/mail
 Requires:      crondaemon
@@ -92,6 +96,9 @@ Logrotate 
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p0
+%patch2 -p0
+%patch3 -p0
 
 %build
 %{__make} \
This page took 0.082404 seconds and 4 git commands to generate.