]> git.pld-linux.org Git - packages/logrotate.git/commitdiff
- removed no longer used moveout patch, try to update dateext,maxage patches auto/ac/logrotate-3_7-1_3
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 29 Feb 2004 16:24:17 +0000 (16:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    logrotate.spec -> 1.60

logrotate.spec

index d2764e624bae361da3ef687e9388883333b8e051..500ca15d29813307fb7508da8cd077e35cc96389 100644 (file)
@@ -1,5 +1,5 @@
 #
-# TODO: restore functionality from dateext and maxage patches
+# TODO: test (and eventually fix) dateext and maxage patches
 #
 Summary:       Rotates, compresses, removes and mails system log files
 Summary(de):   Rotiert, komprimiert und verschickt Systemlogs
@@ -12,17 +12,16 @@ Summary(tr):        Sistem g
 Summary(uk):   òÏÔÕ¤, ËÏÍÐÒÅÓÕ¤, ×ÉÄÁÌѤ ÔÁ ×¦ÄÐÒÁ×ÌѤ ÐÏÛÔÏÀ ÌÏÇ-ÆÁÊÌÉ
 Name:          logrotate
 Version:       3.7
-Release:       1.2
+Release:       1.3
 License:       GPL
 Group:         Applications/System
 Source0:       %{name}-%{version}.tar.gz
 # Source0-md5: caa28cb5e26db34f7c14236e4058bb5f
 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
+# patches from ftp://ftp.suse.com/pub/people/ro/logrotate, updated for 3.7
+Patch1:                %{name}-dateext.dif
+Patch2:                %{name}-maxage.dif
 BuildRequires: libselinux-devel
 BuildRequires: popt-devel >= 1.3
 Requires:      /bin/mail
@@ -99,9 +98,8 @@ Logrotate 
 %prep
 %setup -q
 %patch0 -p1
-#%patch1 -p0
-#%patch2 -p0
-#%patch3 -p0
+%patch1 -p0
+%patch2 -p0
 
 %build
 %{__make} \
This page took 0.047638 seconds and 4 git commands to generate.