summaryrefslogtreecommitdiffstats
path: root/device-mapper-multipath.spec
diff options
context:
space:
mode:
authorBenjamin Marzinski <bmarzins@redhat.com>2015-09-25 15:30:22 -0500
committerBenjamin Marzinski <bmarzins@redhat.com>2015-09-25 15:30:22 -0500
commit7050d5613461f8e3c5e782aee19ed94e6ef5048a (patch)
treed9f4580d6da4771272174be69882a5ba91f9c260 /device-mapper-multipath.spec
parentcbf555a23c2f4666c3b6ff29c1506cd9c77ec315 (diff)
downloaddevice-mapper-multipath-7050d5613461f8e3c5e782aee19ed94e6ef5048a.tar.gz
device-mapper-multipath-7050d5613461f8e3c5e782aee19ed94e6ef5048a.tar.xz
device-mapper-multipath-7050d5613461f8e3c5e782aee19ed94e6ef5048a.zip
device-mapper-multipath-0.4.9-80
Add 0131-RHBZ-1259523-host_name_len.patch * increase size of host string Add 0132-UPBZ-1259831-lock-retry.patch * retry locking when creating multipath devices
Diffstat (limited to 'device-mapper-multipath.spec')
-rw-r--r--device-mapper-multipath.spec12
1 files changed, 11 insertions, 1 deletions
diff --git a/device-mapper-multipath.spec b/device-mapper-multipath.spec
index 8e68955..628f0f5 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: 79%{?dist}
+Release: 80%{?dist}
License: GPL+
Group: System Environment/Base
URL: http://christophe.varoqui.free.fr/
@@ -138,6 +138,8 @@ Patch0127: 0127-RHBZ-1201030-use-blk-availability.patch
Patch0128: 0128-RHBZ-1222123-mpathconf-allow.patch
Patch0129: 0129-RHBZ-1241774-sun-partition-numbering.patch
Patch0130: 0130-UPBZ-1254292-iscsi-targetname.patch
+Patch0131: 0131-RHBZ-1259523-host_name_len.patch
+Patch0132: 0132-UPBZ-1259831-lock-retry.patch
# runtime
Requires: %{name}-libs = %{version}-%{release}
@@ -321,6 +323,8 @@ kpartx manages partition creation and removal for device-mapper devices.
%patch0128 -p1
%patch0129 -p1
%patch0130 -p1
+%patch0131 -p1
+%patch0132 -p1
cp %{SOURCE1} .
%build
@@ -422,6 +426,12 @@ fi
%{_mandir}/man8/kpartx.8.gz
%changelog
+* Fri Sep 25 2015 Benjamin Marzinski <bmarzins@redhat.com> 0.4.9-80
+- Add 0131-RHBZ-1259523-host_name_len.patch
+ * increase size of host string
+- Add 0132-UPBZ-1259831-lock-retry.patch
+ * retry locking when creating multipath devices
+
* Mon Aug 17 2015 Benjamin Marzinski <bmarzins@redhat.com> 0.4.9-79
- Add 0130-UPBZ-1254292-iscsi-targetname.patch
* check for targetname iscsi sysfs value