Drop BR/R on rdma-core-devel on arm (bz#1780813)
This commit is contained in:
parent
5f9506d24c
commit
33ea88b426
@ -1,7 +1,7 @@
|
||||
Summary: Portable Hardware Locality - portable abstraction of hierarchical architectures
|
||||
Name: hwloc
|
||||
Version: 2.0.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: BSD
|
||||
URL: http://www.open-mpi.org/projects/hwloc/
|
||||
Source0: http://www.open-mpi.org/software/hwloc/v2.0/downloads/%{name}-%{version}.tar.bz2
|
||||
@ -23,7 +23,9 @@ BuildRequires: desktop-file-utils
|
||||
%ifnarch s390 %{arm}
|
||||
BuildRequires: numactl-devel
|
||||
%endif
|
||||
%ifnarch %{arm}
|
||||
BuildRequires: rdma-core-devel
|
||||
%endif
|
||||
%ifarch %{ix86} x86_64
|
||||
%{?systemd_requires}
|
||||
BuildRequires: systemd
|
||||
@ -46,7 +48,9 @@ about the hardware, bind processes, and much more.
|
||||
%package devel
|
||||
Summary: Headers and shared development libraries for hwloc
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
%ifnarch %{arm}
|
||||
Requires: rdma-core-devel%{?_isa}
|
||||
%endif
|
||||
|
||||
%description devel
|
||||
Headers and shared object symbolic links for the hwloc.
|
||||
@ -169,6 +173,9 @@ LD_LIBRARY_PATH=$PWD/hwloc/.libs make check
|
||||
%{_libdir}/%{name}/hwloc*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 09 2019 Orion Poplawski <orion@nwra.com> - 2.0.4-2
|
||||
- Drop BR/R on rdma-core-devel on arm (bz#1780813)
|
||||
|
||||
* Sat Aug 24 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.0.4-1
|
||||
- Update to latest version (#1663624)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user