diff --git a/lvm2.spec b/lvm2.spec index a78dd32..2e35db6 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -9,6 +9,7 @@ Group: System Environment/Base URL: http://sources.redhat.com/lvm2 Source0: LVM2.%{version}.tgz Patch0: cluster-locking-built-in.patch +Patch1: lvm2-nostaticreadline.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: device-mapper-devel >= %{device_mapper_version} BuildRequires: libselinux-devel >= 1.30.19-4, libsepol-devel @@ -33,6 +34,7 @@ or more physical volumes and creating one or more logical volumes %prep %setup -q -n LVM2.%{version} %patch -p1 -b .locking +%patch1 -p1 -b .nostaticreadline %build %configure --enable-static_link --enable-readline --enable-lvm1_fallback --with-clvmd=cman --with-cluster=internal --with-pool=internal --with-staticdir=/sbin --with-user= --with-group= @@ -192,7 +194,7 @@ fi %changelog -* Tue Feb 13 2007 Alasdair Kergon - 2.02.22-1 +* Wed Feb 14 2007 Alasdair Kergon - 2.02.22-1 - Add ncurses-static BuildRequires after package split. - Fix loading of segment_libraries. - If a PV reappears after it was removed from its VG, make it an orphan. @@ -200,6 +202,7 @@ fi - Fix some vgreduce --removemissing command line validation. - Trivial man page corrections (-b and -P). - Add global/units to example.conf. +- Remove readline support from lvm.static. * Mon Feb 05 2007 Alasdair Kergon - 2.02.21-4 - Remove file wildcards and unintentional lvmconf installation.