Change %%patch to %%patch0 to match Patch0 as required by RPM package
update.
This commit is contained in:
parent
9ff1f2b47c
commit
9aa9ca9234
@ -6,7 +6,7 @@
|
|||||||
Summary: Userland logical volume management tools
|
Summary: Userland logical volume management tools
|
||||||
Name: lvm2
|
Name: lvm2
|
||||||
Version: 2.02.39
|
Version: 2.02.39
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://sources.redhat.com/lvm2
|
URL: http://sources.redhat.com/lvm2
|
||||||
@ -38,7 +38,7 @@ or more physical volumes and creating one or more logical volumes
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n LVM2.%{version}
|
%setup -q -n LVM2.%{version}
|
||||||
%setup -q -T -D -a 1 -n LVM2.%{version}
|
%setup -q -T -D -a 1 -n LVM2.%{version}
|
||||||
%patch -p1 -b .locking
|
%patch0 -p1 -b .locking
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd device-mapper.%{device_mapper_version}
|
cd device-mapper.%{device_mapper_version}
|
||||||
@ -270,8 +270,11 @@ This package contains the device-mapper shared library, libdevmapper.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 21 2008 Ville Skyttä <ville.skytta at iki.fi> - 2.02.39-5
|
||||||
|
- Change %%patch to %%patch0 to match Patch0 as required by RPM package update.
|
||||||
|
|
||||||
* Thu Aug 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.02.39-4
|
* Thu Aug 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.02.39-4
|
||||||
- fix license tag
|
- Fix license tag.
|
||||||
|
|
||||||
* Fri Jun 27 2008 Alasdair Kergon <agk@redhat.com>> - 2.02.39-3
|
* Fri Jun 27 2008 Alasdair Kergon <agk@redhat.com>> - 2.02.39-3
|
||||||
- Fix up cache for PVs without mdas after consistent VG metadata is processed.
|
- Fix up cache for PVs without mdas after consistent VG metadata is processed.
|
||||||
|
Loading…
Reference in New Issue
Block a user