summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-06-15 14:33:53 +0200
committerMartin Stransky <stransky@redhat.com>2021-06-15 14:33:53 +0200
commit268d397a305e9d3fc05aa662cfce0eabfbc6a7e4 (patch)
treeff4af72faf4e09c8332aa946bd89ab23e382cdab
parentAdded fix for mozbz#1646135 - Disabled Wayland/Webrender on NVIDIA drivers (diff)
downloadlibrewolf-fedora-ff-268d397a305e9d3fc05aa662cfce0eabfbc6a7e4.tar.gz
librewolf-fedora-ff-268d397a305e9d3fc05aa662cfce0eabfbc6a7e4.tar.bz2
librewolf-fedora-ff-268d397a305e9d3fc05aa662cfce0eabfbc6a7e4.zip
Disable armv7hl on Fedora 33 due to https://bugzilla.redhat.com/show_bug.cgi?id=1966949
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index f933c82..329c517 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -29,7 +29,7 @@ ExcludeArch: s390x
# Disabled due to
# https://bugzilla.redhat.com/show_bug.cgi?id=1966949
-%if 0%{?fedora} > 34
+%if 0%{?fedora} > 33
ExcludeArch: armv7hl
%endif
bgstack15