Fix high-level free-space check on partial allocation.
This commit is contained in:
parent
1999e9826f
commit
7dc5351c73
@ -3,13 +3,14 @@
|
|||||||
Summary: Userland logical volume management tools
|
Summary: Userland logical volume management tools
|
||||||
Name: lvm2
|
Name: lvm2
|
||||||
Version: 2.02.13
|
Version: 2.02.13
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
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: clvmd-init-chkconfig.patch
|
Patch0: clvmd-init-chkconfig.patch
|
||||||
Patch1: cluster-locking-built-in.patch
|
Patch1: cluster-locking-built-in.patch
|
||||||
|
Patch2: lvm2-2.02.14-space_check.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: device-mapper >= %{device_mapper_version}
|
BuildRequires: device-mapper >= %{device_mapper_version}
|
||||||
BuildRequires: libselinux-devel >= 1.30.19-4, libsepol-devel
|
BuildRequires: libselinux-devel >= 1.30.19-4, libsepol-devel
|
||||||
@ -36,6 +37,8 @@ or more physical volumes and creating one or more logical volumes
|
|||||||
%patch -p1 -b .chkconfig
|
%patch -p1 -b .chkconfig
|
||||||
%patch1 -p1 -b .locking
|
%patch1 -p1 -b .locking
|
||||||
|
|
||||||
|
%patch2 -p1 -b .space_check
|
||||||
|
|
||||||
%build
|
%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=
|
%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=
|
||||||
make DESTDIR=$RPM_BUILD_ROOT
|
make DESTDIR=$RPM_BUILD_ROOT
|
||||||
@ -116,6 +119,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 30 2006 Alasdair Kergon <agk@redhat.com> - 2.02.13-2
|
||||||
|
- Fix high-level free-space check on partial allocation.
|
||||||
|
Resolves: #212774
|
||||||
|
|
||||||
* Fri Oct 27 2006 Alasdair Kergon <agk@redhat.com> - 2.02.13-1
|
* Fri Oct 27 2006 Alasdair Kergon <agk@redhat.com> - 2.02.13-1
|
||||||
- New upstream - see WHATS_NEW.
|
- New upstream - see WHATS_NEW.
|
||||||
Resolves: #205818
|
Resolves: #205818
|
||||||
|
Loading…
Reference in New Issue
Block a user