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
|
||||
Name: lvm2
|
||||
Version: 2.02.13
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
URL: http://sources.redhat.com/lvm2
|
||||
Source0: LVM2.%{version}.tgz
|
||||
Patch0: clvmd-init-chkconfig.patch
|
||||
Patch1: cluster-locking-built-in.patch
|
||||
Patch2: lvm2-2.02.14-space_check.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: device-mapper >= %{device_mapper_version}
|
||||
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
|
||||
%patch1 -p1 -b .locking
|
||||
|
||||
%patch2 -p1 -b .space_check
|
||||
|
||||
%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=
|
||||
make DESTDIR=$RPM_BUILD_ROOT
|
||||
@ -116,6 +119,10 @@ fi
|
||||
|
||||
|
||||
%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
|
||||
- New upstream - see WHATS_NEW.
|
||||
Resolves: #205818
|
||||
|
Loading…
Reference in New Issue
Block a user