summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--glusterfs.spec.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
index 812ddf8095d..87fb390bbe7 100644
--- a/glusterfs.spec.in
+++ b/glusterfs.spec.in
@@ -22,7 +22,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
@@ -477,8 +477,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}%{?_isa} = %{version}-%{release}
%description rdma
@@ -1318,6 +1322,9 @@ exit 0
%endif
%changelog
+* Tue Aug 22 2017 Kaleb S. KEITHLEY <kkeithle@redhat.com>
+- libibverbs-devel, librdmacm-devel -> rdma-core-devel #1483995
+
* Wed Jul 12 2017 Kaleb S. KEITHLEY <kkeithle@redhat.com>
- selinux enable, disable ganesha_access_fuse %%trigger, %%triggerun