summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firefox.spec5
1 files changed, 5 insertions, 0 deletions
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}
bgstack15