summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
Diffstat (limited to 'firefox.spec')
-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