- Improve detection of external changes affecting internal cache.
- Add clustered VG attribute. - Suppress rmdir opendir error message.
This commit is contained in:
parent
52636b9d20
commit
b23bffccd7
@ -1 +1 @@
|
|||||||
LVM2.2.01.07.tgz
|
LVM2.2.01.08.tgz
|
||||||
|
11
lvm2.spec
11
lvm2.spec
@ -1,12 +1,11 @@
|
|||||||
Summary: Userland logical volume management tools
|
Summary: Userland logical volume management tools
|
||||||
Name: lvm2
|
Name: lvm2
|
||||||
Version: 2.01.07
|
Version: 2.01.08
|
||||||
Release: 1.3
|
Release: 1.0
|
||||||
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_compiler_fixes.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,7 +29,6 @@ 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
|
|
||||||
|
|
||||||
%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=
|
||||||
@ -52,6 +50,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%config(noreplace) /etc/lvm/lvm.conf
|
%config(noreplace) /etc/lvm/lvm.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 22 2005 Alasdair Kergon <agk@redhat.com> - 2.01.08-1.0
|
||||||
|
- Improve detection of external changes affecting internal cache.
|
||||||
|
- Add clustered VG attribute.
|
||||||
|
- Suppress rmdir opendir error message.
|
||||||
|
|
||||||
* Tue Mar 08 2005 Alasdair Kergon <agk@redhat.com> - 2.01.07-1.3
|
* Tue Mar 08 2005 Alasdair Kergon <agk@redhat.com> - 2.01.07-1.3
|
||||||
* Tue Mar 08 2005 Alasdair Kergon <agk@redhat.com> - 2.01.07-1.2
|
* Tue Mar 08 2005 Alasdair Kergon <agk@redhat.com> - 2.01.07-1.2
|
||||||
* Tue Mar 08 2005 Alasdair Kergon <agk@redhat.com> - 2.01.07-1.1
|
* Tue Mar 08 2005 Alasdair Kergon <agk@redhat.com> - 2.01.07-1.1
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
b9f5287f07830b81fdea603cb116e65d LVM2.2.01.07.tgz
|
188922ed1b8b0a0730dfab088b5a561a LVM2.2.01.08.tgz
|
||||||
|
Loading…
Reference in New Issue
Block a user