The package rpms/firefox.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/firefox.git/commit/?id=1f3af1910cd85....
Change: +ExcludeArch: ppc64le
Thanks.
Full change: ============
commit 1f3af1910cd85c9556f8e54a78fa579357044d5e Author: Martin Stransky stransky@redhat.com Date: Thu Jul 30 09:10:04 2020 +0200
Disabled ppc64le due to cargo crash (rhbz#1862012)
diff --git a/firefox.spec b/firefox.spec index 6eea939..3b69ee6 100644 --- a/firefox.spec +++ b/firefox.spec @@ -4,14 +4,10 @@ %global build_with_clang 0 %global build_with_asan 0
-# disable arm builds with gcc 10 until bug 94050 is backported to Fedora -#%if 0%{?fedora} > 31 -#ExcludeArch: armv7hl -#%endif +# Temporary disabled, filed as rhbz#1862012 +ExcludeArch: ppc64le # Disabled due to https://pagure.io/fedora-infrastructure/issue/7581 ExcludeArch: s390x -# Disabled due to neon build error -# ExcludeArch: aarch64
%global enable_mozilla_crashreporter 0 %ifarch x86_64 %{ix86} @@ -962,6 +958,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog * Wed Jul 29 2020 Martin Stransky stransky@redhat.com - 79.0-2 - Try to enable armv7hl again. +- Disabled ppc64le due to cargo crash (rhbz#1862012).
* Mon Jul 27 2020 Martin Stransky stransky@redhat.com - 79.0-1 - Update to 79.0
arch-excludes@lists.fedoraproject.org