The package rpms/hwloc.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/hwloc.git/commit/?id=bf7c07a9e6d6945....
Change: -%ifnarch %{arm}
Thanks.
Full change: ============
commit 49b132274409ac3f1330a71ccd3feabfe723dbde Author: Michal Schmidt mschmidt@redhat.com Date: Wed Jan 30 12:46:35 2019 +0100
Upstream release 1.11.12
diff --git a/hwloc.spec b/hwloc.spec index bd1e932..e88f228 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.9 -Release: 2%{?dist} +Version: 1.11.12 +Release: 1%{?dist} License: BSD URL: http://www.open-mpi.org/projects/hwloc/ Source0: http://www.open-mpi.org/software/hwloc/v1.11/downloads/%%7Bname%7D-%%7Bversi... @@ -167,6 +167,10 @@ LD_LIBRARY_PATH=$PWD/src/.libs make check %{_libdir}/%{name}/hwloc*
%changelog +* Wed Jan 30 2019 Michal Schmidt mschmidt@redhat.com - 1.11.12-1 +- Upstream release 1.11.12. +- BR rdma-core-devel even on arm. + * Fri Jul 13 2018 Fedora Release Engineering releng@fedoraproject.org - 1.11.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
diff --git a/sources b/sources index a9818fc..f245fe8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (hwloc-1.11.9.tar.bz2) = 59198b460e2acb9ff0f8b06a86116a2ab67515e92035d3ecc1619ddbe42c7dd8991acab9cfe9c7130517238552aa570e3a51d135773ba34fbe343f2dfe48d956 +SHA512 (hwloc-1.11.12.tar.bz2) = 5bc78e4178f14de21aa0648603841ff611d95fa66dbd5244970f4dd59e01276d1d8d944056680fdab6afbce10f6723dfe6d0f51845ed1c1065273e31011307fc
commit bf7c07a9e6d6945d587e0c73ab192c91b3778e59 Author: Michal Schmidt mschmidt@redhat.com Date: Wed Jan 30 12:45:37 2019 +0100
BR rdma-core-devel even on arm
diff --git a/hwloc.spec b/hwloc.spec index 5d13540..bd1e932 100644 --- a/hwloc.spec +++ b/hwloc.spec @@ -23,9 +23,7 @@ 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 @@ -48,9 +46,7 @@ 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.
arch-excludes@lists.fedoraproject.org