auto-import changelog data from lvm2-2.00.21-2.src.rpm
Thu Sep 02 2004 Jeremy Katz <katzj@redhat.com> - 2.00.21-2 - fix permissions on vg dirs
This commit is contained in:
parent
7264d0779d
commit
b7ce32ca0a
@ -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 <katzj@redhat.com> - 2.00.21-2
|
||||
- fix permissions on vg dirs
|
||||
|
||||
* Thu Aug 19 2004 Alasdair Kergon <agk@redhat.com> - 2.00.21-1
|
||||
- New upstream release incorporating fixes plus minor enhancements.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user