summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-06-02 10:39:41 +0200
committerMartin Stransky <stransky@redhat.com>2021-06-02 10:39:41 +0200
commit53b26adcc41ad063ba1dc1e6c7341b2a9a28371d (patch)
tree4eb0dab261bec218f4f8df3b081096e67e7b43dc
parentRemoved mozilla-1580595.patch (diff)
downloadlibrewolf-fedora-ff-53b26adcc41ad063ba1dc1e6c7341b2a9a28371d.tar.gz
librewolf-fedora-ff-53b26adcc41ad063ba1dc1e6c7341b2a9a28371d.tar.bz2
librewolf-fedora-ff-53b26adcc41ad063ba1dc1e6c7341b2a9a28371d.zip
Disabled arm due to bugzilla.redhat.com/show_bug.cgi?id=1966949
-rw-r--r--firefox.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 54871d0..04b55c8 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -27,6 +27,12 @@
# https://bugzilla.redhat.com/show_bug.cgi?id=1897522
ExcludeArch: s390x
+# Disabled due to
+# https://bugzilla.redhat.com/show_bug.cgi?id=1966949
+%if 0%{?fedora} > 34
+ExcludeArch: armv7hl
+%endif
+
%ifarch armv7hl
%global create_debuginfo 0
%endif
bgstack15