Author: arekm Date: Tue Jul 15 07:59:07 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 2.02.39; fix selinux related build problem by syncing options with device-mapper; disable readline for initrd
---- Files affected: SPECS: lvm2.spec (1.102 -> 1.103) ---- Diffs: ================================================================ Index: SPECS/lvm2.spec diff -u SPECS/lvm2.spec:1.102 SPECS/lvm2.spec:1.103 --- SPECS/lvm2.spec:1.102 Sun Jul 6 19:30:55 2008 +++ SPECS/lvm2.spec Tue Jul 15 09:59:02 2008 @@ -14,12 +14,12 @@ Summary: The new version of Logical Volume Manager for Linux Summary(pl.UTF-8): Nowa wersja Logical Volume Managera dla Linuksa Name: lvm2 -Version: 2.02.35 -Release: 3 +Version: 2.02.39 +Release: 1 License: GPL v2 Group: Applications/System Source0: ftp://sources.redhat.com/pub/lvm2/LVM2.%{version}.tgz -# Source0-md5: 0544fb7e791f78e3824653dbf4574c2e +# Source0-md5: 32ad429461070f0813aff758e0988bc2 Patch0: %{name}-as-needed.patch Patch1: %{name}-selinux.patch URL: http://sources.redhat.com/lvm2/ @@ -48,6 +48,7 @@ BuildRequires: cman-devel >= 1.0 BuildRequires: dlm-devel >= 1.0-0.pre21.2 %endif +BuildRequires: ncurses-devel BuildRequires: readline-devel Requires: device-mapper >= %{devmapper_ver} %if %{with clvmd} @@ -105,8 +106,11 @@ --with-optimisation="-Os" \ --enable-static_link \ --with-lvm1=internal \ - --disable-selinux \ + --%{?with_uClibc:dis}%{!?with_uClibc:en}able-selinux \ + --disable-readline \ --disable-nls +# non uclibc version links with normal static libdevicemapper which has selinux enabled +# and we need to keep these in sync between device-mapper and lvm2 %{__sed} -i -e 's#rpl_malloc#malloc#g' lib/misc/configure.h @@ -167,6 +171,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.103 2008/07/15 07:59:02 arekm +- up to 2.02.39; fix selinux related build problem by syncing options with device-mapper; disable readline for initrd + Revision 1.102 2008/07/06 17:30:55 arekm - rel 3 (TODO: there are new device-mapper and lvm versions upstream) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/lvm2.spec?r1=1.102&r2=1.103&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
