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=e14a890f8422bb....
Change: +%ifarch aarch64
Thanks.
Full change: ============
commit e14a890f8422bb8cb1410bf766b849e5a1306e93 Author: Dave Love loveshack@fedoraproject.org Date: Wed Feb 26 17:51:52 2020 +0000
- Bundle the recommended modified libunwind - Fix FTBFS with binutils 2.34 - Don't try to build oshm on el8 aarch64
diff --git a/scorep.spec b/scorep.spec index 10e24b7..81b966d 100644 --- a/scorep.spec +++ b/scorep.spec @@ -9,6 +9,9 @@ %global oshm 0 %endif %endif +%ifarch aarch64 +%{?el8:%global oshm 0} +%endif
%global libuwcommit 5646a9b520c51bf6aaa86ae4c25289e30b7c3a41 %global libuwshort %(c=%{libuwcommit}; echo ${c:0:7}) @@ -457,9 +460,10 @@ make -C serial check V=1
%changelog -* Mon Feb 24 2020 Dave love loveshack@fedoraproject.org - 6.0-7 +* Wed Feb 26 2020 Dave love loveshack@fedoraproject.org - 6.0-7 - Bundle the recommended modified libunwind - Fix FTBFS with binutils 2.34 +- Don't try to build oshm on el8 aarch64
* Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 6.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
arch-excludes@lists.fedoraproject.org