Updated to latest source (t0_4_7_head1)
This commit is contained in:
parent
8168001919
commit
e1870ddbdb
@ -4,3 +4,4 @@ multipath-tools-0.4.7.1.tgz
|
|||||||
multipath-tools-0.4.7.2.tgz
|
multipath-tools-0.4.7.2.tgz
|
||||||
multipath-tools-0.4.7.3.tgz
|
multipath-tools-0.4.7.3.tgz
|
||||||
multipath-tools-0.4.7.4.tgz
|
multipath-tools-0.4.7.4.tgz
|
||||||
|
multipath-tools-0.4.7.head1.tgz
|
||||||
|
@ -1,19 +1,17 @@
|
|||||||
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: 5
|
Release: 7.fc7
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://christophe.varoqui.free.fr/
|
URL: http://christophe.varoqui.free.fr/
|
||||||
Source0: multipath-tools-0.4.7.4.tgz
|
Source0: multipath-tools-0.4.7.head1.tgz
|
||||||
Requires: kpartx = %{version}-%{release}
|
Requires: kpartx = %{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
Prereq: chkconfig
|
Prereq: chkconfig
|
||||||
BuildRequires: libsysfs-devel, device-mapper >= 1.02.02-2
|
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
|
|
||||||
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
|
||||||
@ -31,9 +29,7 @@ Provides: kpartx = %{version}-%{release}
|
|||||||
kpartx manages partition creation and removal for device-mapper devices.
|
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.head1
|
||||||
%patch0 -p1 -b .badptr
|
|
||||||
%patch1 -p1 -b .uint64
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make DESTDIR=$RPM_BUILD_ROOT
|
make DESTDIR=$RPM_BUILD_ROOT
|
||||||
@ -80,6 +76,9 @@ fi
|
|||||||
%{_mandir}/man8/kpartx.8.gz
|
%{_mandir}/man8/kpartx.8.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 13 2006 Benjamin Marzinski <bmarzins@redhat.com> - 0.4.7-7.fc7
|
||||||
|
- Update to latest code (t0_4_7_head1)
|
||||||
|
|
||||||
* Thu Sep 7 2006 Peter Jones <pjones@redhat.com> - 0.4.7-5
|
* Thu Sep 7 2006 Peter Jones <pjones@redhat.com> - 0.4.7-5
|
||||||
- Fix kpartx to handle with drives >2TB correctly.
|
- Fix kpartx to handle with drives >2TB correctly.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user