The package rpms/ibsim.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/ibsim.git/commit/?id=1af6358c574c....
Change:
+ExcludeArch: s390 %{arm}
Thanks.
Full change:
============
commit 1af6358c574cc3e4b0f5099c4b52515550be911e
Author: Honggang Li <honli(a)redhat.com>
Date: Mon Apr 22 18:53:49 2019 -0400
Disable rpm building for 32-bit ARM
RDMA is not currently built on 32-bit ARM: #1484155
Signed-off-by: Honggang Li <honli(a)redhat.com>
diff --git a/ibsim.spec b/ibsim.spec
index b59355c..3e892b4 100644
--- a/ibsim.spec
+++ b/ibsim.spec
@@ -12,6 +12,9 @@ Patch2: 0002-run_opensm.sh-remove-opensm-c-option.patch
Url:
https://github.com/linux-rdma/ibsim
BuildRequires: libibmad-devel, libibumad-devel, gcc
+# RDMA is not currently built on 32-bit ARM: #1484155
+ExcludeArch: s390 %{arm}
+
%description
ibsim provides simulation of infiniband fabric for using with
OFA OpenSM, diagnostic and management tools.