From ca19f446c579b6f0c2993f5c5bef36b831a5a07e Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Sat, 13 Mar 2021 16:33:00 +0100 Subject: Disable ppc64le on Fedora 34 due to https://bugzilla.redhat.com/show_bug.cgi?id=1933742 --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index 59ebcb3..c272dc2 100644 --- a/firefox.spec +++ b/firefox.spec @@ -42,7 +42,7 @@ ExcludeArch: armv7hl # Temporary disable due to # https://bugzilla.redhat.com/show_bug.cgi?id=1933742 -%if 0%{?fedora} > 34 +%if 0%{?fedora} > 33 ExcludeArch: ppc64le %endif -- cgit