- Fix kpartx to work with >2TB drives.
This commit is contained in:
parent
6b91c33832
commit
8168001919
@ -1,7 +1,7 @@
|
|||||||
Summary: Tools to manage multipath devices using device-mapper.
|
Summary: Tools to manage multipath devices using device-mapper.
|
||||||
Name: device-mapper-multipath
|
Name: device-mapper-multipath
|
||||||
Version: 0.4.7
|
Version: 0.4.7
|
||||||
Release: 4.1
|
Release: 5
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://christophe.varoqui.free.fr/
|
URL: http://christophe.varoqui.free.fr/
|
||||||
@ -13,6 +13,7 @@ BuildRequires: libsysfs-devel, device-mapper >= 1.02.02-2
|
|||||||
BuildRequires: libselinux-devel, libsepol-devel
|
BuildRequires: libselinux-devel, libsepol-devel
|
||||||
BuildRequires: readline-devel, ncurses-devel
|
BuildRequires: readline-devel, ncurses-devel
|
||||||
Patch0: multipath-tools-0.4.7.4-badptr.patch
|
Patch0: multipath-tools-0.4.7.4-badptr.patch
|
||||||
|
Patch1: multipath-tools-0.4.7.4-uint64.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{name} provides tools to manage multipath devices by instructing the
|
%{name} provides tools to manage multipath devices by instructing the
|
||||||
@ -32,6 +33,7 @@ kpartx manages partition creation and removal for device-mapper devices.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n multipath-tools-0.4.7.4
|
%setup -q -n multipath-tools-0.4.7.4
|
||||||
%patch0 -p1 -b .badptr
|
%patch0 -p1 -b .badptr
|
||||||
|
%patch1 -p1 -b .uint64
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make DESTDIR=$RPM_BUILD_ROOT
|
make DESTDIR=$RPM_BUILD_ROOT
|
||||||
@ -78,6 +80,9 @@ fi
|
|||||||
%{_mandir}/man8/kpartx.8.gz
|
%{_mandir}/man8/kpartx.8.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 7 2006 Peter Jones <pjones@redhat.com> - 0.4.7-5
|
||||||
|
- Fix kpartx to handle with drives >2TB correctly.
|
||||||
|
|
||||||
* Thu Aug 31 2006 Peter Jones <pjones@redhat.com> - 0.4.7-4.1
|
* Thu Aug 31 2006 Peter Jones <pjones@redhat.com> - 0.4.7-4.1
|
||||||
- Split kpartx out into its own package so dmraid can use it without
|
- Split kpartx out into its own package so dmraid can use it without
|
||||||
installing multipathd
|
installing multipathd
|
||||||
|
Loading…
Reference in New Issue
Block a user