From 70bb7dede63435d5b38c0835cbe4e89a68ffc6fd Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Sun, 31 Jan 2021 12:42:08 +0100 Subject: Disabled crashreporter on rawhide due to bugzilla.redhat.com/show_bug.cgi?id=1922744 --- firefox.spec | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index 8717a8d..3ef52af 100644 --- a/firefox.spec +++ b/firefox.spec @@ -61,6 +61,11 @@ ExcludeArch: armv7hl %if 0%{?flatpak} %global enable_mozilla_crashreporter 0 %endif +# Temporary disabled due to +# https://bugzilla.redhat.com/show_bug.cgi?id=1922744 +%if 0%{?fedora} > 33 +%global enable_mozilla_crashreporter 0 +%endif %if !%{create_debuginfo} %define _unpackaged_files_terminate_build 0 %global debug_package %{nil} -- cgit