From c715e56d2bccf8ac0497d24e3733f8efe36c4986 Mon Sep 17 00:00:00 2001 From: Benjamin Marzinski Date: Mon, 15 Jan 2007 23:41:05 +0000 Subject: [PATCH] fixed spec file --- device-mapper-multipath.spec | 10 +++++++--- 1 file 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 - 0.4.7-9.fc7 +- Fixed spec file. + * Mon Jan 15 2007 Benjamin Marzinski - 0.4.7-8.fc7 - Update to latest code (t0_4_7_head2)