summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Marzinski <bmarzins@fedoraproject.org>2007-01-15 23:41:05 +0000
committerBenjamin Marzinski <bmarzins@fedoraproject.org>2007-01-15 23:41:05 +0000
commitc715e56d2bccf8ac0497d24e3733f8efe36c4986 (patch)
tree4d6bd096487b62c6e816c7fb7ed7eecc1f20c7dc
parent5497ee3ebf8717a144ac3a2bf3d9be7193bb3d60 (diff)
downloaddevice-mapper-multipath-c715e56d2bccf8ac0497d24e3733f8efe36c4986.tar.gz
device-mapper-multipath-c715e56d2bccf8ac0497d24e3733f8efe36c4986.tar.xz
device-mapper-multipath-c715e56d2bccf8ac0497d24e3733f8efe36c4986.zip
-rw-r--r--device-mapper-multipath.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/device-mapper-multipath.spec b/device-mapper-multipath.spec
index 3335922..862ec04 100644
--- a/device-mapper-multipath.spec
+++ b/device-mapper-multipath.spec
@@ -1,7 +1,7 @@
Summary: Tools to manage multipath devices using device-mapper.
Name: device-mapper-multipath
Version: 0.4.7
-Release: 8.fc7
+Release: 9.fc7
License: GPL
Group: System Environment/Base
URL: http://christophe.varoqui.free.fr/
@@ -59,7 +59,8 @@ fi
/sbin/mpath_prio_netapp
/sbin/mpath_prio_hds_modular
/sbin/mpath_prio_tpc
-/sbin/mpath_get_name
+/sbin/mpath_wait
+/sbin/mpath_ctl
/etc/udev/rules.d/40-multipath.rules
%{_mandir}/man8/mpath_prio_alua.8.gz
%{_mandir}/man8/multipath.8.gz
@@ -67,15 +68,18 @@ fi
%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
+%dir /var/lib/multipath
%files -n kpartx
%defattr(-,root,root,-)
/sbin/kpartx
/sbin/kpartx.static
-/sbin/kpartx_get_name
%{_mandir}/man8/kpartx.8.gz
%changelog
+* Mon Jan 15 2007 Benjamin Marzinksi <bmarzins@redhat.com> - 0.4.7-9.fc7
+- Fixed spec file.
+
* Mon Jan 15 2007 Benjamin Marzinski <bmarzins@redhat.com> - 0.4.7-8.fc7
- Update to latest code (t0_4_7_head2)