summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-03-13 16:33:29 +0100
committerMartin Stransky <stransky@redhat.com>2021-03-13 16:33:29 +0100
commitd943482a84821117a3f49045270908bfba6c46ee (patch)
treeb67c32cc353c37d5ee06819e28531ec9559283e0
parentMerge branch 'main' into f34 (diff)
parentDisable ppc64le on Fedora 34 due to https://bugzilla.redhat.com/show_bug.cgi?... (diff)
downloadlibrewolf-fedora-ff-d943482a84821117a3f49045270908bfba6c46ee.tar.gz
librewolf-fedora-ff-d943482a84821117a3f49045270908bfba6c46ee.tar.bz2
librewolf-fedora-ff-d943482a84821117a3f49045270908bfba6c46ee.zip
Merge branch 'main' into f34
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 59ebcb3..c272dc2 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -42,7 +42,7 @@ ExcludeArch: armv7hl
# Temporary disable due to
# https://bugzilla.redhat.com/show_bug.cgi?id=1933742
-%if 0%{?fedora} > 34
+%if 0%{?fedora} > 33
ExcludeArch: ppc64le
%endif
bgstack15