From 268d397a305e9d3fc05aa662cfce0eabfbc6a7e4 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 15 Jun 2021 14:33:53 +0200 Subject: Disable armv7hl on Fedora 33 due to https://bugzilla.redhat.com/show_bug.cgi?id=1966949 --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit