- add patch for xen block devices
This commit is contained in:
parent
e6b59e3b37
commit
0f8e7ac41a
@ -1,12 +1,13 @@
|
|||||||
Summary: Userland logical volume management tools
|
Summary: Userland logical volume management tools
|
||||||
Name: lvm2
|
Name: lvm2
|
||||||
Version: 2.01.14
|
Version: 2.01.14
|
||||||
Release: 3
|
Release: 4
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://sources.redhat.com/lvm2
|
URL: http://sources.redhat.com/lvm2
|
||||||
Source0: LVM2.%{version}.tgz
|
Source0: LVM2.%{version}.tgz
|
||||||
Patch0: lvm2-static.patch
|
Patch0: lvm2-static.patch
|
||||||
|
Patch1: lvm2-xvd.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
BuildRequires: device-mapper >= 1.01
|
BuildRequires: device-mapper >= 1.01
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
@ -30,6 +31,7 @@ or more physical volumes and creating one or more logical volumes
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n LVM2.%{version}
|
%setup -q -n LVM2.%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-static_link --enable-readline --enable-lvm1_fallback --with-pool=internal --with-staticdir=/sbin --with-user= --with-group=
|
%configure --enable-static_link --enable-readline --enable-lvm1_fallback --with-pool=internal --with-staticdir=/sbin --with-user= --with-group=
|
||||||
@ -60,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/var/lock/lvm
|
/var/lock/lvm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 8 2005 Jeremy Katz <katzj@redhat.com> - 2.01.14-4
|
||||||
|
- add patch for xen block devices
|
||||||
|
|
||||||
* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
|
* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
|
||||||
- add -lselinux -lsepol to the static linking -ldevice-mapper requires it
|
- add -lselinux -lsepol to the static linking -ldevice-mapper requires it
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user