Imported Upstream version 0.6.0
[platform/upstream/multipath-tools.git] / multipath-tools.spec.in
index 494f09e..832006d 100644 (file)
@@ -10,7 +10,7 @@ Group: Utilities/System
 URL: http://christophe.varoqui.free.fr
 Source: /dev/null
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
-Packager: Christophe Varoqui <christophe.varoqui@free.fr>
+Packager: Christophe Varoqui <christophe.varoqui@opensvc.com>
 Prefix: /
 Vendor: Starving Linux Artists (tm Brian O'Sullivan)
 ExclusiveOS: linux
@@ -22,7 +22,6 @@ are :
 * multipath :   scan the system for multipathed devices, assembles them
                 and update the device-mapper's maps
 * multipathd :  wait for maps events, then execs multipath
-* devmap-name : provides a meaningful device name to udev for devmaps
 * kpartx :      maps linear devmaps upon device partitions, which makes
                 multipath maps partionable
 
@@ -41,22 +40,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%{prefix}/sbin/devmap_name
 %{prefix}/sbin/multipath
 %{prefix}/sbin/kpartx
-%{prefix}/sbin/mpath_prio_alua
-%{prefix}/sbin/mpath_prio_emc
-%{prefix}/sbin/mpath_prio_random
-%{prefix}/sbin/mpath_prio_balance_units
-%{prefix}/sbin/mpath_prio_netapp
-%{prefix}/sbin/mpath_prio_tpc
-%{prefix}/usr/share/man/man8/devmap_name.8.gz
 %{prefix}/usr/share/man/man8/multipath.8.gz
 %{prefix}/usr/share/man/man8/kpartx.8.gz
-%{prefix}/usr/share/man/man8/mpath_prio_alua.8.gz
 %{prefix}/usr/share/man/man8/multipathd.8.gz
+%{prefix}/usr/share/man/man5/multipath.conf.5.gz
 %{prefix}/sbin/multipathd
 %{prefix}/etc/udev/rules.d/multipath.rules
+%{prefix}/etc/udev/rules.d/kpartx.rules
+%{prefix}/lib/udev/kpartx_id
+%{prefix}/lib/multipath/*.so
 
 
 %changelog