From 2970756f9599fd790019918de7198e49e5bff8ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 3 May 2019 11:20:41 +0200 Subject: [PATCH] Disable InfiniBand support on 32-bit ARM architectures --- whatsup.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/whatsup.spec b/whatsup.spec index 273c19b..6740c32 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: 24%{?dist} +Release: 25%{?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-25 +- Disable InfiniBand support on 32-bit ARM architectures (bug #1556539) + * Sat Jul 14 2018 Fedora Release Engineering - 1.14-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild