From 7d3834b71ce9ea03a9c06e5fbaa2b9369cefb1ba Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 23 Aug 2017 12:04:52 -0700 Subject: [PATCH] Use %{arm} macro rather than just armv7hl --- glusterfs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glusterfs.spec b/glusterfs.spec index dd61e4b..ce21841 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 armv7hl +%ifarch s390 s390x %{arm} %global _without_rdma --disable-ibverbs %endif