Author: agaran Date: Mon Dec 18 13:24:58 2006 GMT Module: SPECS Tag: AC-branch ---- Log message: - sscanf patch fixing pvmove crash (at least for me on 2.6.x. kernel)
---- Files affected: SPECS: lvm2.spec (1.62 -> 1.62.2.1) ---- Diffs: ================================================================ Index: SPECS/lvm2.spec diff -u SPECS/lvm2.spec:1.62 SPECS/lvm2.spec:1.62.2.1 --- SPECS/lvm2.spec:1.62 Wed Oct 19 18:16:16 2005 +++ SPECS/lvm2.spec Mon Dec 18 14:24:53 2006 @@ -13,7 +13,7 @@ Summary(pl): Nowa wersja Logical Volume Managera dla Linuksa Name: lvm2 Version: 2.01.15 -Release: 1 +Release: 1.1 License: GPL Group: Applications/System Source0: ftp://sources.redhat.com/pub/lvm2/LVM2.%{version}.tgz @@ -22,6 +22,7 @@ Source1: ftp://sources.redhat.com/pub/dm/device-mapper.%{devmapper_ver}.tgz # Source1-md5: 074cf116cc2c7194f2d100bc5f743833 URL: http://sources.redhat.com/lvm2/ +Patch0: %{name}-sscanf.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: device-mapper-devel >= %{devmapper_ver} @@ -71,6 +72,7 @@ %prep %setup -q -n LVM2.%{version} -a1 +%patch0 -p1 %build cp -f /usr/share/automake/config.sub autoconf @@ -160,6 +162,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.62.2.1 2006/12/18 13:24:53 agaran +- sscanf patch fixing pvmove crash (at least for me on 2.6.x. kernel) + Revision 1.62 2005/10/19 16:16:16 arekm - up to 2.01.15 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/lvm2.spec?r1=1.62&r2=1.62.2.1&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
