From c62730d164c2397ce66c622e30799322ae3b09ad Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Fri, 30 Oct 2020 08:25:32 +0100 Subject: [PATCH] Temporary disable crashreporter on F33 due to build failures --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index f5acb30..3cf4e17 100644 --- a/firefox.spec +++ b/firefox.spec @@ -10,7 +10,7 @@ ExcludeArch: s390x %global enable_mozilla_crashreporter 0 # Temporary disable on rawhide due to # https://bugzilla.redhat.com/show_bug.cgi?id=1891794 -%if 0%{?fedora} < 34 +%if 0%{?fedora} < 33 %ifarch x86_64 %{ix86} %global enable_mozilla_crashreporter 1 %endif