SPECS: logrotate.spec - patch to fix 'size' directive, which was t...

jajcus jajcus at pld-linux.org
Tue Oct 17 11:25:52 CEST 2006


Author: jajcus                       Date: Tue Oct 17 09:25:52 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- patch to fix 'size' directive, which was treated as 'minsize'

---- Files affected:
SPECS:
   logrotate.spec (1.74 -> 1.75) 

---- Diffs:

================================================================
Index: SPECS/logrotate.spec
diff -u SPECS/logrotate.spec:1.74 SPECS/logrotate.spec:1.75
--- SPECS/logrotate.spec:1.74	Wed Sep 13 11:32:38 2006
+++ SPECS/logrotate.spec	Tue Oct 17 11:25:46 2006
@@ -23,6 +23,7 @@
 Source1:	%{name}.conf
 Patch0:		%{name}-man.patch
 Patch1:		%{name}-selinux.patch
+Patch2:		%{name}-size.patch
 %{?with_selinux:BuildRequires:	libselinux-devel}
 BuildRequires:	popt-devel >= 1.3
 Requires(post):	fileutils
@@ -102,6 +103,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__make} \
@@ -173,6 +175,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.75  2006/10/17 09:25:46  jajcus
+- patch to fix 'size' directive, which was treated as 'minsize'
+
 Revision 1.74  2006/09/13 09:32:38  glen
 - rel 5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/logrotate.spec?r1=1.74&r2=1.75&f=u



More information about the pld-cvs-commit mailing list