From 0c05a6df7d4bda9d75ca43f811d0b3406cb4bd67 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Tue, 22 Aug 2017 09:06:50 -0400 Subject: [PATCH] 3.11.3 libibverbs-devel, librdmacm-devel -> rdma-core-devel --- glusterfs.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/glusterfs.spec b/glusterfs.spec index ef82d30..dd61e4b 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -26,7 +26,7 @@ %{?_without_rdma:%global _without_rdma --disable-ibverbs} # No RDMA Support on s390(x) -%ifarch s390 s390x +%ifarch s390 s390x armv7hl %global _without_rdma --disable-ibverbs %endif @@ -183,7 +183,7 @@ Summary: Distributed File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs Version: 3.11.3 -Release: 1%{?prereltag:.%{prereltag}}%{?dist} +Release: 2%{?prereltag:.%{prereltag}}%{?dist} %else Name: @PACKAGE_NAME@ Version: @PACKAGE_VERSION@ @@ -545,8 +545,12 @@ Obsoletes: python-gluster < 3.10 %package rdma Summary: GlusterFS rdma support for ib-verbs Group: Applications/File +%if ( 0%{?fedora} && 0%{?fedora} > 26 ) +BuildRequires: rdma-core-devel +%else BuildRequires: libibverbs-devel BuildRequires: librdmacm-devel >= 1.0.15 +%endif Requires: %{name} = %{version}-%{release} %description rdma @@ -1390,6 +1394,9 @@ exit 0 %endif %changelog +* Tue Aug 22 2017 Kaleb S. KEITHLEY - 3.11.3-2 +- 3.11.3 libibverbs-devel, librdmacm-devel -> rdma-core-devel + * Mon Aug 21 2017 Kaleb S. KEITHLEY - 3.11.3-1 - 3.11.3 GA