- Fix alignment issues on ppc64 (#206202)
This commit is contained in:
parent
002f213eb6
commit
ec75fa3a84
@ -1 +1 @@
|
||||
LVM2.2.02.10.tgz
|
||||
LVM2.2.02.06.tgz
|
||||
|
14
lvm2.spec
14
lvm2.spec
@ -1,20 +1,21 @@
|
||||
Summary: Userland logical volume management tools
|
||||
Name: lvm2
|
||||
Version: 2.02.10
|
||||
Release: 1
|
||||
Version: 2.02.06
|
||||
Release: 4
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
URL: http://sources.redhat.com/lvm2
|
||||
Source0: LVM2.%{version}.tgz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
BuildRequires: device-mapper >= 1.02.10
|
||||
BuildRequires: device-mapper >= 1.02.07
|
||||
BuildRequires: libselinux-devel >= 1.30.19-4, libsepol-devel
|
||||
BuildRequires: libtermcap-devel
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: readline-devel
|
||||
Requires: device-mapper >= 1.02.10
|
||||
Requires: device-mapper >= 1.02.07
|
||||
Conflicts: lvm
|
||||
Obsoletes: lvm
|
||||
Patch0: lvm2-2.02.06-pe_align.patch
|
||||
|
||||
%define _exec_prefix /usr
|
||||
|
||||
@ -28,6 +29,7 @@ or more physical volumes and creating one or more logical volumes
|
||||
|
||||
%prep
|
||||
%setup -q -n LVM2.%{version}
|
||||
%patch0 -p1 -b .pe_align
|
||||
|
||||
%build
|
||||
%configure --enable-static_link --enable-readline --enable-lvm1_fallback --with-pool=internal --with-staticdir=/sbin --with-user= --with-group=
|
||||
@ -66,8 +68,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/var/lock/lvm
|
||||
|
||||
%changelog
|
||||
* Tue Sep 19 2006 Alasdair Kergon <agk@redhat.com> - 2.02.10-1
|
||||
- New upstream with fixes.
|
||||
* Thu Sep 28 2006 Peter Jones <pjones@redhat.com> - 2.02.06-4
|
||||
- Fix metadata and map alignment problems on ppc64 (#206202)
|
||||
|
||||
* Tue Aug 1 2006 Jeremy Katz <katzj@redhat.com> - 2.02.06-3
|
||||
- require new libselinux to avoid segfaults on xen (#200783)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
a03249bd9f16510dbef241b0f15f9b83 LVM2.2.02.10.tgz
|
||||
35c232e771812700e0ca7225da1431b8 LVM2.2.02.06.tgz
|
||||
|
Loading…
Reference in New Issue
Block a user