Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2970756f95 |
1 changed files with 8 additions and 3 deletions
11
whatsup.spec
11
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 <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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue