summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@fedoraproject.org>2006-05-22 15:10:25 +0000
committerAlasdair Kergon <agk@fedoraproject.org>2006-05-22 15:10:25 +0000
commiteeb5ce8f8f5c36ecc0f5a1aba42ddc34cde7ed82 (patch)
treea98ae07d515cbf8debd209f24493e166cd7aeab5
parent831189c856c9b1a924e25e82dc1358b206343cbf (diff)
downloaddevice-mapper-multipath-eeb5ce8f8f5c36ecc0f5a1aba42ddc34cde7ed82.tar.gz
device-mapper-multipath-eeb5ce8f8f5c36ecc0f5a1aba42ddc34cde7ed82.tar.xz
device-mapper-multipath-eeb5ce8f8f5c36ecc0f5a1aba42ddc34cde7ed82.zip
Newer upstream source (t0_4_5_post59). Remove out-dated patches.
-rw-r--r--.cvsignore4
-rw-r--r--device-mapper-multipath.spec20
-rw-r--r--sources2
3 files changed, 16 insertions, 10 deletions
diff --git a/.cvsignore b/.cvsignore
index d207b2e..0bda6d1 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,3 +1 @@
-multipath-tools-0.4.4.2.tar.bz2
-multipath-tools-0.4.5.52.tgz
-multipath-tools-0.4.5.56.tgz
+multipath-tools-0.4.5.59.tgz
diff --git a/device-mapper-multipath.spec b/device-mapper-multipath.spec
index 6cb7a14..1848f21 100644
--- a/device-mapper-multipath.spec
+++ b/device-mapper-multipath.spec
@@ -1,11 +1,11 @@
Summary: Tools to manage multipath devices using device-mapper.
Name: device-mapper-multipath
Version: 0.4.5
-Release: 12.3
+Release: 16.0
License: GPL
Group: System Environment/Base
URL: http://christophe.varoqui.free.fr/
-Source0: multipath-tools-0.4.5.56.tgz
+Source0: multipath-tools-0.4.5.59.tgz
Patch0: fedora.patch
Obsoletes: kpartx = 0.4.4-2.4
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
@@ -20,9 +20,10 @@ device-mapper multipath kernel module what to do.
The tools are :
* multipath : Scan the system for multipath devices and assemble them.
* multipathd : Detects when paths fail and execs multipath to update things.
+* kpartx : Makes multipath devices partitionable.
%prep
-%setup -q -n multipath-tools-0.4.5.56
+%setup -q -n multipath-tools-0.4.5.59
%patch0 -p1
@@ -46,14 +47,18 @@ fi
%files
%defattr(-,root,root,-)
-/sbin/kpartx
-/sbin/kpartx.static
/sbin/multipath
/sbin/multipath.static
+/sbin/mpath_ctl
+/sbin/kpartx
+/sbin/kpartx.static
/sbin/multipathd
/sbin/mpath_prio_alua
/sbin/mpath_prio_emc
/sbin/mpath_prio_netapp
+/sbin/mpath_prio_hds_modular
+/sbin/mpath_get_name
+/sbin/kpartx_get_name
/etc/udev/rules.d/40-multipath.rules
%{_mandir}/man8/mpath_prio_alua.8.gz
%{_mandir}/man8/kpartx.8.gz
@@ -61,10 +66,13 @@ fi
%{_mandir}/man8/multipathd.8.gz
%config /etc/rc.d/init.d/multipathd
%config(noreplace) /etc/multipath.conf
-%doc AUTHOR COPYING README* FAQ Multipath-usage.txt multipath.conf.annotated multipath.conf.defaults multipath.conf.synthetic
+%doc AUTHOR COPYING README* FAQ Multipath-usage.txt multipath.conf.annotated multipath.conf.defaults multipath.conf.synthetic multipath/multipath.dev
/var/cache/multipath
%changelog
+* Mon May 22 2006 Alasdair Kergon <agk@redhat.com> - 0.4.5-16.0
+- Newer upstream source (t0_4_5_post59).
+
* Mon May 22 2006 Alasdair Kergon <agk@redhat.com> - 0.4.5-12.3
- BuildRequires: libsepol-devel, readline-devel
diff --git a/sources b/sources
index c3e708f..d8304a4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f724ea004e6a7d37e6e523d43f7c556f multipath-tools-0.4.5.56.tgz
+53a4d885c739fdda7a06c5dba70bd43e multipath-tools-0.4.5.59.tgz