From b75bbec09f0d462e650b4076f08d89f357acb0db Mon Sep 17 00:00:00 2001 From: Kaleb S. KEITHLEY Date: Mar 01 2019 14:04:06 +0000 Subject: 5.4 s390x, armv7hl no rdma Signed-off-by: Kaleb S. KEITHLEY --- diff --git a/glusterfs.spec b/glusterfs.spec index f71f2cd..90dd4ad 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -92,6 +92,11 @@ # rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --without rdma %{?_without_rdma:%global _without_rdma --disable-ibverbs} +# No RDMA Support on s390(x) +%ifarch s390 s390x armv7hl +%global _without_rdma --disable-ibverbs +%endif + # server # if you wish to build rpms without server components, compile like this # rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --without server @@ -219,7 +224,7 @@ Summary: Distributed File System %if ( 0%{_for_fedora_koji_builds} ) Name: glusterfs Version: 5.4 -Release: %{?prereltag:0.}1%{?prereltag:.%{prereltag}}%{?dist} +Release: %{?prereltag:0.}2%{?prereltag:.%{prereltag}}%{?dist} %else Name: @PACKAGE_NAME@ Version: @PACKAGE_VERSION@ @@ -1452,6 +1457,9 @@ exit 0 %endif %changelog +* Fri Mar 1 2019 Kaleb S. KEITHLEY - 5.4-2 +- 5.4 s390x, armv7hl no rdma + * Wed Feb 27 2019 Kaleb S. KEITHLEY - 5.4-1 - 5.4 GA