auto-import changelog data from lvm2-2.00.15-3.src.rpm
Wed May 26 2004 Alasdair Kergon <agk@redhat.com> - 2.00.15-3 - vgscan shouldn't return error status when no VGs present
This commit is contained in:
parent
9023344cd9
commit
715f5ba16e
@ -1,13 +1,14 @@
|
|||||||
Summary: Userland logical volume management tools
|
Summary: Userland logical volume management tools
|
||||||
Name: lvm2
|
Name: lvm2
|
||||||
Version: 2.00.15
|
Version: 2.00.15
|
||||||
Release: 2
|
Release: 3
|
||||||
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-selinux-disabled.patch
|
Patch0: lvm2-selinux-disabled.patch
|
||||||
Patch1: lvm2-i2o.patch
|
Patch1: lvm2-i2o.patch
|
||||||
|
Patch2: lvm2-vgscan-novgs.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
BuildRequires: device-mapper
|
BuildRequires: device-mapper
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
@ -22,6 +23,7 @@ Conflicts: lvm < 1.0.3-19
|
|||||||
%setup -q -n LVM2.%{version}
|
%setup -q -n LVM2.%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
%patch2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-static_link --enable-readline --enable-lvm1_fallback --with-staticdir=/sbin --with-user= --with-group=
|
%configure --enable-static_link --enable-readline --enable-lvm1_fallback --with-staticdir=/sbin --with-user= --with-group=
|
||||||
@ -54,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%config(noreplace) /etc/lvm/lvm.conf
|
%config(noreplace) /etc/lvm/lvm.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 26 2004 Alasdair Kergon <agk@redhat.com> - 2.00.15-3
|
||||||
|
- vgscan shouldn't return error status when no VGs present
|
||||||
|
|
||||||
* Thu May 06 2004 Warren Togami <wtogami@redhat.com> - 2.00.15-2
|
* Thu May 06 2004 Warren Togami <wtogami@redhat.com> - 2.00.15-2
|
||||||
- i2o patch from Markus Lidel
|
- i2o patch from Markus Lidel
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user