summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-01-31 12:42:08 +0100
committerMartin Stransky <stransky@redhat.com>2021-01-31 12:42:08 +0100
commit70bb7dede63435d5b38c0835cbe4e89a68ffc6fd (patch)
tree5ed92659f3eca3a44c6abf3f36cd59858ffaa28d
parentEnable Wayland backend on Fedora 34/KDE/Plasma (and other compositors) by def... (diff)
downloadlibrewolf-fedora-ff-70bb7dede63435d5b38c0835cbe4e89a68ffc6fd.tar.gz
librewolf-fedora-ff-70bb7dede63435d5b38c0835cbe4e89a68ffc6fd.tar.bz2
librewolf-fedora-ff-70bb7dede63435d5b38c0835cbe4e89a68ffc6fd.zip
Disabled crashreporter on rawhide due to bugzilla.redhat.com/show_bug.cgi?id=1922744
-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