The package rpms/scorep.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/scorep.git/commit/?id=b259a12454a2a6....
Change: +%ifnarch ppc64le
Thanks.
Full change: ============
commit b259a12454a2a6c238bba4a4e88cc9508d0e7ed4 Author: Dave Love loveshack@fedoraproject.org Date: Mon Oct 15 14:39:28 2018 +0100
- Exclude libwrap stuff on ppc64le fedora < 29
diff --git a/scorep.spec b/scorep.spec index a3d1b55..f5aa1b7 100644 --- a/scorep.spec +++ b/scorep.spec @@ -1,6 +1,14 @@ +%ifnarch ppc64le +%global dowrap 1 +%else +%if 0%{?fedora} > 28 +%global dowrap 1 +%endif +%endif + Name: scorep Version: 4.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Scalable Performance Measurement Infrastructure for Parallel Codes
License: BSD @@ -19,9 +27,11 @@ BuildRequires: otf2-devel >= 2.0 BuildRequires: papi-devel BuildRequires: gcc-plugin-devel BuildRequires: gcc-c++ +%if 0%{?dowrap} BuildRequires: llvm-devel BuildRequires: clang BuildRequires: clang-devel +%endif BuildRequires: automake libtool Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires: binutils-devel%{?_isa} @@ -223,7 +233,7 @@ make -C serial check V=1 %{_bindir}/scorep-wrapper %{_bindir}/scorep-online-access-registry %{_bindir}/scorep-preload-init -%{_bindir}/scorep-libwrap-init +%{?dowrap:%{_bindir}/scorep-libwrap-init} %{_libdir}/scorep/ %{_datadir}/scorep/ %{_includedir}/scorep/ @@ -256,7 +266,7 @@ make -C serial check V=1 %{_libdir}/mpich/bin/scorep-wrapper %{_libdir}/mpich/bin/scorep-online-access-registry %{_libdir}/mpich/bin/scorep-preload-init -%{_libdir}/mpich/bin/scorep-libwrap-init +%{?dowrap:%{_libdir}/mpich/bin/scorep-libwrap-init} %{_libdir}/mpich/lib/scorep/ %{_includedir}/mpich-%{_arch}/scorep/
@@ -285,7 +295,7 @@ make -C serial check V=1 %{_libdir}/openmpi/bin/scorep-wrapper %{_libdir}/openmpi/bin/scorep-online-access-registry %{_libdir}/openmpi/bin/scorep-preload-init -%{_libdir}/openmpi/bin/scorep-libwrap-init +%{?dowrap:%{_libdir}/openmpi/bin/scorep-libwrap-init} %{_libdir}/openmpi/lib/scorep/ %{_includedir}/openmpi-%{_arch}/scorep/
@@ -294,13 +304,14 @@ make -C serial check V=1 %endif
%changelog -* Fri Oct 12 2018 Dave Love loveshack@fedoraproject.org - 4.0-2 +* Fri Oct 12 2018 Dave Love loveshack@fedoraproject.org - 4.0-3 +- Exclude libwrap stuff on ppc64le fedora < 29 + +* Tue Oct 9 2018 Dave Love loveshack@fedoraproject.org - 4.0-2 - Use ldconfig_scriptlets and remove some EPEL-ism in build - Patch to correct cube configuration - Build libwrap - Undefine _ld_as_needed, _hardened_build to make %%check work - -* Wed Oct 10 2018 Dave Love loveshack@fedoraproject.org - 3.1-7 - Require libunwind-devel, ocl-icd-devel, opari2 [#1610849]
* Wed Jul 25 2018 Dave Love loveshack@fedoraproject.org - 4.0-1
commit fa17c905b11f572658348d23d3dff7e3091e6c27 Author: Dave Love loveshack@fedoraproject.org Date: Fri Oct 12 12:39:24 2018 +0100
Fix changelog
diff --git a/scorep.spec b/scorep.spec index 88f190c..a3d1b55 100644 --- a/scorep.spec +++ b/scorep.spec @@ -294,11 +294,10 @@ make -C serial check V=1 %endif
%changelog -* Tue Oct 9 2018 Dave Love loveshack@fedoraproject.org - 4.0-2 +* Fri Oct 12 2018 Dave Love loveshack@fedoraproject.org - 4.0-2 - Use ldconfig_scriptlets and remove some EPEL-ism in build - Patch to correct cube configuration - Build libwrap -- Require opari2, libunwind-devel, ocl-icd-devel - Undefine _ld_as_needed, _hardened_build to make %%check work
* Wed Oct 10 2018 Dave Love loveshack@fedoraproject.org - 3.1-7
commit 104301a2268f0c15434cf5478447710c4783e58a Merge: 2ab602c 7a0833b Author: Dave Love loveshack@fedoraproject.org Date: Fri Oct 12 12:37:11 2018 +0100
Merge branch 'master' into f28
Conflicts: scorep.spec
diff --cc scorep.spec index 7d1e419,eb27e45..88f190c --- a/scorep.spec +++ b/scorep.spec @@@ -278,9 -294,22 +294,25 @@@ make -C serial check V= %endif
%changelog + * Tue Oct 9 2018 Dave Love loveshack@fedoraproject.org - 4.0-2 + - Use ldconfig_scriptlets and remove some EPEL-ism in build + - Patch to correct cube configuration + - Build libwrap + - Require opari2, libunwind-devel, ocl-icd-devel + - Undefine _ld_as_needed, _hardened_build to make %%check work + +* Wed Oct 10 2018 Dave Love loveshack@fedoraproject.org - 3.1-7 +- Require libunwind-devel, ocl-icd-devel, opari2 [#1610849] + + * Wed Jul 25 2018 Dave Love loveshack@fedoraproject.org - 4.0-1 + - New version (#1606317, #1574496); soname bump affects old binaries + - Remove bundled cubew, cubelib + - Account for _libdir being partially ignored + - Maybe BR gcc-plugin-devel + + * Sat Jul 14 2018 Fedora Release Engineering releng@fedoraproject.org - 3.1-7 + - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Thu Feb 15 2018 Dave Love loveshack@fedoraproject.org - 3.1-6 - Fix check for getaddrinfo; install scorep-online-access-registry
commit 2ab602c75c53a6c05d510cf5165214ce7204338c Author: Dave Love loveshack@fedoraproject.org Date: Wed Oct 10 12:20:28 2018 +0100
- Require libunwind-devel, ocl-icd-devel, opari2 [#1610849]
diff --git a/scorep.spec b/scorep.spec index 79483ac..7d1e419 100644 --- a/scorep.spec +++ b/scorep.spec @@ -1,6 +1,6 @@ Name: scorep Version: 3.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Scalable Performance Measurement Infrastructure for Parallel Codes
License: BSD @@ -22,6 +22,9 @@ Requires: binutils-devel%{?_isa} Requires: cube-devel%{?_isa} >= 4.3 Requires: otf2-devel%{?_isa} >= 2.0 Requires: papi-devel%{?_isa} +Requires: libunwind-devel%{?_isa} +Requires: ocl-icd-devel%{?_isa} +Requires: opari2%{?_isa} # Missing papi and libunwind ExcludeArch: s390 s390x
@@ -275,6 +278,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %endif
%changelog +* Wed Oct 10 2018 Dave Love loveshack@fedoraproject.org - 3.1-7 +- Require libunwind-devel, ocl-icd-devel, opari2 [#1610849] + * Thu Feb 15 2018 Dave Love loveshack@fedoraproject.org - 3.1-6 - Fix check for getaddrinfo; install scorep-online-access-registry
arch-excludes@lists.fedoraproject.org