summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-03-10 09:19:58 +0100
committerMartin Stransky <stransky@redhat.com>2021-03-10 09:19:58 +0100
commita1c75d68cfb768c8fbbb77789eea451afdedb671 (patch)
treeb41a9b048307188daf40abc7ae416980bbef8d93
parentMerge branch 'main' into f34 (diff)
parentTemporary disable ppc64le/Fedora 35 due to https://bugzilla.redhat.com/show_b... (diff)
downloadlibrewolf-fedora-ff-a1c75d68cfb768c8fbbb77789eea451afdedb671.tar.gz
librewolf-fedora-ff-a1c75d68cfb768c8fbbb77789eea451afdedb671.tar.bz2
librewolf-fedora-ff-a1c75d68cfb768c8fbbb77789eea451afdedb671.zip
Merge branch 'main' into f34
-rw-r--r--firefox.spec12
1 files changed, 11 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index f2adb85..2f37d9a 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -40,6 +40,12 @@ ExcludeArch: s390x
ExcludeArch: armv7hl
%endif
+# Temporary disable due to
+# https://bugzilla.redhat.com/show_bug.cgi?id=1933742
+%if 0%{?fedora} > 34
+ExcludeArch: ppc64le
+%endif
+
# Temporary disable tests on Rawhide/arm/i686 due to failures
%if 0%{?fedora} > 33
%ifarch armv7hl
@@ -177,7 +183,7 @@ ExcludeArch: armv7hl
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 86.0
-Release: 7%{?pre_tag}%{?dist}
+Release: 8%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
@@ -1087,6 +1093,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Wed Mar 10 2021 Martin Stransky <stransky@redhat.com> - 86.0-8
+- Temporary disable ppc64le/Fedora 35 due to
+ https://bugzilla.redhat.com/show_bug.cgi?id=1933742
+
* Wed Mar 3 2021 Martin Stransky <stransky@redhat.com> - 86.0-7
- Added fix for mozbz#1694670
bgstack15