auto-import changelog data from lvm2-2.00.20-2.src.rpm
Tue Aug 17 2004 Jeremy Katz <katzj@redhat.com> - 2.00.20-2 - add patch for iSeries viodasd support - add patch to check file type using stat(2) if d_type == DT_UNKNOWN (#129674)
This commit is contained in:
parent
fb0965404c
commit
fd770da053
10
lvm2.spec
10
lvm2.spec
@ -1,11 +1,13 @@
|
||||
Summary: Userland logical volume management tools
|
||||
Name: lvm2
|
||||
Version: 2.00.20
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
URL: http://sources.redhat.com/lvm2
|
||||
Source0: LVM2.%{version}.tgz
|
||||
Patch0: lvm2-2.00.20-filter-dtype.patch
|
||||
Patch1: lvm2-2.00.20-viodasd.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
BuildRequires: device-mapper
|
||||
BuildRequires: readline-devel
|
||||
@ -24,6 +26,8 @@ or more physical volumes and creating one or more logical volumes
|
||||
|
||||
%prep
|
||||
%setup -q -n LVM2.%{version}
|
||||
%patch0 -p1 -b .dtype
|
||||
%patch1 -p1 -b .viodasd
|
||||
|
||||
%build
|
||||
%configure --enable-static_link --enable-readline --enable-lvm1_fallback --with-staticdir=/sbin --with-user= --with-group=
|
||||
@ -56,6 +60,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%config(noreplace) /etc/lvm/lvm.conf
|
||||
|
||||
%changelog
|
||||
* Tue Aug 17 2004 Jeremy Katz <katzj@redhat.com> - 2.00.20-2
|
||||
- add patch for iSeries viodasd support
|
||||
- add patch to check file type using stat(2) if d_type == DT_UNKNOWN (#129674)
|
||||
|
||||
* Sat Jul 3 2004 Alasdair Kergon <agk@redhat.com> - 2.00.20-1
|
||||
- New upstream release fixes 2.6 kernel device numbers.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user