From 30dd5d9aac5c017ea8983f3f420c0d924ac0bd02 Mon Sep 17 00:00:00 2001 From: Petr Písař Date: May 03 2019 09:26:47 +0000 Subject: Disable InfiniBand support on 32-bit ARM architectures --- diff --git a/whatsup.spec b/whatsup.spec index 7be7fdb..3d207db 100644 --- a/whatsup.spec +++ b/whatsup.spec @@ -1,6 +1,8 @@ %global libname libnodeupdown -%ifnarch s390 s390x +# There is no opensm on 32-bit ARM, bugs #1484155, #1556539 +# There is no libibcommon on s390, s390x +%ifnarch %{arm} s390 s390x %global with_ib 1 %else %global with_ib 0 @@ -9,7 +11,7 @@ Summary: Node up/down detection utility Name: whatsup Version: 1.14 -Release: 26%{?dist} +Release: 27%{?dist} License: GPLv2+ URL: https://computing.llnl.gov/linux/whatsup.html Source0: http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}-1/%{name}-%{version}.tar.gz @@ -55,7 +57,7 @@ Ganglia backend module for %{libname} %if %{with_ib} %package -n %{libname}-backend-openib Summary: Openib backend for %{libname} -BuildRequires: opensm-devel, libibcommon-devel, libibumad-devel +BuildRequires: opensm-devel, libibcommon-devel, rdma-core-devel Requires: %{libname} = %{version}-%{release} %description -n %{libname}-backend-openib openib backend module for %{libname} @@ -306,6 +308,9 @@ fi %changelog +* Fri May 03 2019 Petr Pisar - 1.14-27 +- Disable InfiniBand support on 32-bit ARM architectures (bug #1556539) + * Mon Apr 22 2019 Björn Esser - 1.14-26 - rebuilt(opensm)