SPECS: lvm2.spec - added susv3 patch (use strchr()/strrchr() inste...

qboosh qboosh at pld-linux.org
Sun Jul 1 14:54:30 CEST 2007


Author: qboosh                       Date: Sun Jul  1 12:54:30 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added susv3 patch (use strchr()/strrchr() instead of index()/rindex())

---- Files affected:
SPECS:
   lvm2.spec (1.91 -> 1.92) 

---- Diffs:

================================================================
Index: SPECS/lvm2.spec
diff -u SPECS/lvm2.spec:1.91 SPECS/lvm2.spec:1.92
--- SPECS/lvm2.spec:1.91	Sat Jun 30 20:40:31 2007
+++ SPECS/lvm2.spec	Sun Jul  1 14:54:25 2007
@@ -21,6 +21,7 @@
 Source0:	ftp://sources.redhat.com/pub/lvm2/LVM2.%{version}.tgz
 # Source0-md5:	41b36c12a4ff25859ee9076a0bf2260f
 Patch0:		%{name}-as-needed.patch
+Patch1:		%{name}-susv3.patch
 URL:		http://sources.redhat.com/lvm2/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -86,6 +87,7 @@
 %prep
 %setup -q -n LVM2.%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 cp -f /usr/share/automake/config.sub autoconf
@@ -159,6 +161,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.92  2007/07/01 12:54:25  qboosh
+- added susv3 patch (use strchr()/strrchr() instead of index()/rindex())
+
 Revision 1.91  2007/06/30 18:40:31  arekm
 - up to 2.02.26
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/lvm2.spec?r1=1.91&r2=1.92&f=u



More information about the pld-cvs-commit mailing list