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=4a22b99903eee....
Change: -ExcludeArch: armv7hl
Thanks.
Full change: ============
commit 4a22b99903eee2e19f65951dd748a9e8427acc5c Author: Martin Stransky stransky@redhat.com Date: Wed Jul 29 10:47:02 2020 +0200
Try to enable armv7hl again
diff --git a/firefox.spec b/firefox.spec index 47e7553..6eea939 100644 --- a/firefox.spec +++ b/firefox.spec @@ -5,9 +5,9 @@ %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 +#%if 0%{?fedora} > 31 +#ExcludeArch: armv7hl +#%endif # Disabled due to https://pagure.io/fedora-infrastructure/issue/7581 ExcludeArch: s390x # Disabled due to neon build error @@ -118,7 +118,7 @@ ExcludeArch: s390x Summary: Mozilla Firefox Web browser Name: firefox Version: 79.0 -Release: 1%{?dist} +Release: 2%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Source0: https://archive.mozilla.org/pub/firefox/releases/%%7Bversion%7D%%7B?pre_vers... @@ -960,6 +960,9 @@ 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. + * Mon Jul 27 2020 Martin Stransky stransky@redhat.com - 79.0-1 - Update to 79.0 - Disabled PGO due to rhbz#1849165 (gcc internal error).
arch-excludes@lists.fedoraproject.org