summaryrefslogtreecommitdiffstats
path: root/device-mapper-multipath.spec
diff options
context:
space:
mode:
authorBenjamin Marzinski <bmarzins@redhat.com>2013-09-05 11:01:40 -0500
committerBenjamin Marzinski <bmarzins@redhat.com>2013-09-05 11:01:40 -0500
commita538ff74038e9504b3fcf421bc21e7216b94f923 (patch)
tree336794364413d53fce4ed7f097575bbdd9e3685c /device-mapper-multipath.spec
parentaba856f28c21347a5ef6ab0ec2813b860261db1c (diff)
downloaddevice-mapper-multipath-a538ff74038e9504b3fcf421bc21e7216b94f923.tar.gz
device-mapper-multipath-a538ff74038e9504b3fcf421bc21e7216b94f923.tar.xz
device-mapper-multipath-a538ff74038e9504b3fcf421bc21e7216b94f923.zip
device-mapper-multipath-0.4.9-56
Add 0061-RH-display-find-mpaths.patch * display the find_multipaths value in show config Add 0062-RH-dont-free-vecs.patch * don't free the vecs structure on shutdown. It's more pain than it's worth.
Diffstat (limited to 'device-mapper-multipath.spec')
-rw-r--r--device-mapper-multipath.spec13
1 files changed, 12 insertions, 1 deletions
diff --git a/device-mapper-multipath.spec b/device-mapper-multipath.spec
index 259e76c..503910d 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: 55%{?dist}
+Release: 56%{?dist}
License: GPL+
Group: System Environment/Base
URL: http://christophe.varoqui.free.fr/
@@ -68,6 +68,8 @@ Patch0057: 0057-UP-fix-tmo.patch
Patch0058: 0058-UP-fix-failback.patch
Patch0059: 0059-UP-flush-failure-queueing.patch
Patch0060: 0060-UP-uevent-loop-udev.patch
+Patch0061: 0061-RH-display-find-mpaths.patch
+Patch0062: 0062-RH-dont-free-vecs.patch
# runtime
Requires: %{name}-libs = %{version}-%{release}
@@ -180,6 +182,8 @@ kpartx manages partition creation and removal for device-mapper devices.
%patch0058 -p1
%patch0059 -p1
%patch0060 -p1
+%patch0061 -p1
+%patch0062 -p1
cp %{SOURCE1} .
%build
@@ -273,6 +277,13 @@ bin/systemctl --no-reload enable multipathd.service >/dev/null 2>&1 ||:
%{_mandir}/man8/kpartx.8.gz
%changelog
+* Thu Sep 5 2013 Benjamin Marzinski <bmarzins@redhat.com> 0.4.9-56
+- Add 0061-RH-display-find-mpaths.patch
+ * display the find_multipaths value in show config
+- Add 0062-RH-dont-free-vecs.patch
+ * don't free the vecs structure on shutdown. It's more pain than
+ it's worth.
+
* Thu Jul 25 2013 Benjamin Marzinski <bmarzins@redhat.com> 0.4.9-55
- Modify 0015-RH-fix-output-buffer.patch
* Fix memory leak