Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Petr Písař
2970756f95 Disable InfiniBand support on 32-bit ARM architectures 2019-05-03 11:40:19 +02:00

View file

@ -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 <ppisar@redhat.com> - 1.14-25
- Disable InfiniBand support on 32-bit ARM architectures (bug #1556539)
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.14-24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild