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=5bf600b31c962....
Change: -ExcludeArch: ppc64le
Thanks.
Full change: ============
commit e6116691d2883a0fe662f22eda019be7f2054150 Merge: d27db77 5bf600b Author: Martin Stransky stransky@redhat.com Date: Wed Sep 30 11:30:44 2020 +0200
merged with master, release up
diff --cc firefox.spec index a2e5f99,a40edae..b61f07a --- a/firefox.spec +++ b/firefox.spec @@@ -116,7 -112,7 +116,7 @@@ ExcludeArch: s390 Summary: Mozilla Firefox Web browser Name: firefox Version: 81.0 --Release: 8%{?dist} ++Release: 9%{?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... @@@ -979,9 -975,9 +979,12 @@@ gtk-update-icon-cache %{_datadir}/icons #---------------------------------------------------------------------
%changelog - * Wed Sep 30 2020 Martin Stransky stransky@redhat.com - 81.0-8 ++* Wed Sep 30 2020 Martin Stransky stransky@redhat.com - 81.0-9 +- Disabled openh264 download + + * Sat Sep 26 2020 Dan Horák <dan[at]danny.cz> - 81.0-8 + - Re-enable builds for ppc64le + * Fri Sep 25 2020 Martin Stransky stransky@redhat.com - 81.0-7 - Added openh264 fixes
commit 5bf600b31c962564bc59464114463080c1a5824c Author: Dan Horák dan@danny.cz Date: Sat Sep 26 11:50:33 2020 +0200
- Re-enable builds for ppc64le
diff --git a/firefox.spec b/firefox.spec index 141e329..a40edae 100644 --- a/firefox.spec +++ b/firefox.spec @@ -4,10 +4,6 @@ %global build_with_clang 0 %global build_with_asan 0
-# Temporary disabled, filed as rhbz#1862012 -%if 0%{?fedora} == 33 -ExcludeArch: ppc64le -%endif # Disabled due to https://pagure.io/fedora-infrastructure/issue/7581 ExcludeArch: s390x
@@ -116,7 +112,7 @@ ExcludeArch: s390x Summary: Mozilla Firefox Web browser Name: firefox Version: 81.0 -Release: 7%{?dist} +Release: 8%{?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... @@ -979,6 +975,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #---------------------------------------------------------------------
%changelog +* Sat Sep 26 2020 Dan Horák <dan[at]danny.cz> - 81.0-8 +- Re-enable builds for ppc64le + * Fri Sep 25 2020 Martin Stransky stransky@redhat.com - 81.0-7 - Added openh264 fixes
arch-excludes@lists.fedoraproject.org