diff --git a/lvm2.spec b/lvm2.spec index 9bae4f8..e9a71f9 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -1,11 +1,13 @@ +ExcludeArch: ppc64 Summary: Userland logical volume management tools Name: lvm2 Version: 2.00.21 -Release: 1 +Release: 2 License: GPL Group: System Environment/Base URL: http://sources.redhat.com/lvm2 Source0: LVM2.%{version}.tgz +Patch0: lvm2-2.00.21-dirperm.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: device-mapper BuildRequires: readline-devel @@ -24,6 +26,7 @@ or more physical volumes and creating one or more logical volumes %prep %setup -q -n LVM2.%{version} +%patch0 -p1 -b .perm %build %configure --enable-static_link --enable-readline --enable-lvm1_fallback --with-staticdir=/sbin --with-user= --with-group= @@ -56,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) /etc/lvm/lvm.conf %changelog +* Thu Sep 2 2004 Jeremy Katz - 2.00.21-2 +- fix permissions on vg dirs + * Thu Aug 19 2004 Alasdair Kergon - 2.00.21-1 - New upstream release incorporating fixes plus minor enhancements.