SPECS: gfs2.spec - add fix for cross-device link in %install

aredridel aredridel at pld-linux.org
Thu Apr 5 22:38:30 CEST 2007


Author: aredridel                    Date: Thu Apr  5 20:38:29 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add fix for cross-device link in %install

---- Files affected:
SPECS:
   gfs2.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/gfs2.spec
diff -u SPECS/gfs2.spec:1.2 SPECS/gfs2.spec:1.3
--- SPECS/gfs2.spec:1.2	Thu Apr  5 12:05:14 2007
+++ SPECS/gfs2.spec	Thu Apr  5 22:38:24 2007
@@ -10,6 +10,7 @@
 Source0:	ftp://sources.redhat.com/pub/cluster/releases/cluster-%{version}.tar.gz
 # Source0-md5:	2ef3f4ba9d3c87b50adfc9b406171085
 URL:		http://sources.redhat.com/cluster/gfs/
+Patch0:	%{name}-install.patch
 BuildRequires:	kernel-libc-headers
 BuildRequires:	libvolume_id-devel
 BuildRequires:	ncurses-devel
@@ -41,10 +42,10 @@
 
 %prep
 %setup -q -n cluster-%{version}
+%patch0 -p1
 cd %{name}
 
 %{__perl} -pi -e 's,-Wall,%{rpmcflags} -I/usr/include/ncurses -Wall,' make/defines.mk.input
-%{__perl} -pi -e 's/-O2 //' gfs_{mkfs,quota,tool}/Makefile
 
 %build
 cd %{name}
@@ -77,6 +78,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2007/04/05 20:38:24  aredridel
+- add fix for cross-device link in %install
+
 Revision 1.2  2007/04/05 10:05:14  zbyniu
 - BR kernel-libc-headers
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gfs2.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list