From fd770da053e62b5785210d4cf41db33347363000 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 08:08:04 +0000 Subject: auto-import changelog data from lvm2-2.00.20-2.src.rpm Tue Aug 17 2004 Jeremy Katz - 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) --- diff --git a/lvm2.spec b/lvm2.spec index 2b54b6d..8489d8c 100644 --- a/lvm2.spec +++ b/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 - 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 - 2.00.20-1 - New upstream release fixes 2.6 kernel device numbers.