From c733a4a7c5a527f96db645c9da41590ed3e71789 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Aug 23 2017 19:55:19 +0000 Subject: Disable libibverbs support on 32-bit ARM (#1484155) --- diff --git a/hwloc.spec b/hwloc.spec index d138fcc..e013310 100644 --- a/hwloc.spec +++ b/hwloc.spec @@ -1,7 +1,7 @@ Summary: Portable Hardware Locality - portable abstraction of hierarchical architectures Name: hwloc Version: 1.11.5 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD Group: Applications/System URL: http://www.open-mpi.org/projects/hwloc/ @@ -19,11 +19,9 @@ BuildRequires: transfig doxygen w3m BuildRequires: texlive-latex texlive-makeindex BuildRequires: autoconf automake libtool BuildRequires: desktop-file-utils -%ifnarch s390 s390x -BuildRequires: libibverbs-devel -%endif %ifnarch s390 s390x %{arm} BuildRequires: numactl-devel +BuildRequires: libibverbs-devel %endif %description @@ -44,7 +42,7 @@ about the hardware, bind processes, and much more. Summary: Headers and shared development libraries for hwloc Group: Development/Libraries Requires: %{name}-libs%{?_isa} = %{version}-%{release} -%ifnarch s390 s390x +%ifnarch s390 s390x %{arm} Requires: libibverbs-devel%{?_isa} %endif @@ -150,6 +148,9 @@ make check %{_libdir}/hwloc* %changelog +* Wed Aug 23 2017 Adam Williamson - 1.11.5-5 +- Disable libibverbs support on 32-bit ARM (#1484155) + * Wed Aug 02 2017 Fedora Release Engineering - 1.11.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild