Author: sparky Date: Tue Aug 1 23:03:22 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - sed's moved to patch
---- Files affected: SPECS: lvm2.spec (1.72 -> 1.73) ---- Diffs: ================================================================ Index: SPECS/lvm2.spec diff -u SPECS/lvm2.spec:1.72 SPECS/lvm2.spec:1.73 --- SPECS/lvm2.spec:1.72 Tue Aug 1 02:39:47 2006 +++ SPECS/lvm2.spec Wed Aug 2 01:03:16 2006 @@ -21,13 +21,13 @@ Group: Applications/System Source0: ftp://sources.redhat.com/pub/lvm2/LVM2.%{version}.tgz # Source0-md5: b00b47a4c4554792a7edb241b01fa1c6 +Patch0: %{name}-as-needed.patch URL: http://sources.redhat.com/lvm2/ BuildRequires: autoconf BuildRequires: automake BuildRequires: device-mapper-devel >= %{devmapper_ver} %{?with_selinux:BuildRequires: libselinux-devel >= 1.10} BuildRequires: rpmbuild(macros) >= 1.213 -BuildRequires: sed >= 4.0 %if %{with initrd} %if %{with uClibc} BuildRequires: device-mapper-initrd-devel >= 1.02.07-0.17 @@ -95,8 +95,7 @@ %prep %setup -q -n LVM2.%{version} -sed 's/ncurses/tinfo ncurses/' -i configure.in -sed '/-rdynamic/s/$(CC)/$(CC) $(LDFLAGS)/' -i tools/fsadm/Makefile.in +%patch0 -p1 %build cp -f /usr/share/automake/config.sub autoconf @@ -169,6 +168,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.73 2006/08/01 23:03:16 sparky +- sed's moved to patch + Revision 1.72 2006/08/01 00:39:47 sparky - pass LDFLAGS to fsadm ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/lvm2.spec?r1=1.72&r2=1.73&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
