From 53b26adcc41ad063ba1dc1e6c7341b2a9a28371d Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 2 Jun 2021 10:39:41 +0200 Subject: Disabled arm due to bugzilla.redhat.com/show_bug.cgi?id=1966949 --- firefox.spec | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit