summaryrefslogtreecommitdiffstats
path: root/device-mapper-multipath.spec
diff options
context:
space:
mode:
authorBenjamin Marzinski <bmarzins@fedoraproject.org>2010-02-16 23:29:53 +0000
committerBenjamin Marzinski <bmarzins@fedoraproject.org>2010-02-16 23:29:53 +0000
commit01219563ded3dc94c7289dd9c3f547df7acf6db4 (patch)
treed106ee15ea2c31403c14f1c6c313ac01932f4f26 /device-mapper-multipath.spec
parent6e6a296670da5f3357cfa06b10a0be3737744d7b (diff)
downloaddevice-mapper-multipath-01219563ded3dc94c7289dd9c3f547df7acf6db4.tar.gz
device-mapper-multipath-01219563ded3dc94c7289dd9c3f547df7acf6db4.tar.xz
device-mapper-multipath-01219563ded3dc94c7289dd9c3f547df7acf6db4.zip
fix bug where mpathconf wouldn't create a multpath.conf file unless one already existed.
Diffstat (limited to 'device-mapper-multipath.spec')
-rw-r--r--device-mapper-multipath.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/device-mapper-multipath.spec b/device-mapper-multipath.spec
index df85505..af9d4e8 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.9
-Release: 13%{?dist}
+Release: 14%{?dist}
License: GPL+
Group: System Environment/Base
URL: http://christophe.varoqui.free.fr/
@@ -184,6 +184,11 @@ fi
%{_mandir}/man8/kpartx.8.gz
%changelog
+* Tue Feb 16 2010 Benjamin Marzinski <bmarzins@redhat.com> -0.4.9-14
+- Modify 0021-RHBZ-548874-add-find-multipaths.patch
+ * fix bug where mpathconf wouldn't create a multpath.conf file unless one
+ already existed.
+
* Tue Feb 16 2010 Benjamin Marzinski <bmarzins@redhat.com> -0.4.9-13
- Replace 0012-RH-explicitly-disable-dm-udev-sync-support-in-kpartx.patch
with 0012-RH-udev-sync-support.patch