diff options
author | Kaleb S. KEITHLEY <kkeithle@redhat.com> | 2019-03-04 10:11:15 -0500 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2019-03-07 05:33:58 +0000 |
commit | 30c6e354b054879dcdadc726cdf5b9a38630f1bb (patch) | |
tree | 7138d41c3fd858477dcb2385d2b6b33952f6183b | |
parent | 073444b693b7a91c42963512e0fdafb57ad46670 (diff) |
packaging: s390x has RDMA support
Since around fedora27, and in RHEL7 since July 2016.
Reported-By: Dan HorĂ¡k <dan@danny.cz>
Change-Id: Idad29425495f9c69bfd84b53b009a607abb418f0
updates: bz#1193929
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
-rw-r--r-- | glusterfs.spec.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index a2d1cdb9fb1..5824c59fed1 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -84,8 +84,8 @@ # 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 +# No RDMA Support on 32-bit ARM +%ifarch armv7hl %global _without_rdma --disable-ibverbs %endif @@ -1389,6 +1389,9 @@ exit 0 %endif %changelog +* Mon Mar 4 2019 Kaleb S. KEITHLEY <kkeithle@redhat.com> +- s390x has RDMA, since around Fedora 27 and in RHEL7 since June 2016. + * Sun Feb 24 2019 Aravinda VK <avishwan@redhat.com> - Renamed events package to gfevents |