From bdb2a668ff34d2ca57ef352e11e5beeb110df8c4 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 20 Apr 2021 16:46:41 +0200 Subject: Disabled crashreporer, require nss 3.63 --- firefox.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/firefox.spec b/firefox.spec index bd379fe..9c17b35 100644 --- a/firefox.spec +++ b/firefox.spec @@ -36,9 +36,11 @@ ExcludeArch: armv7hl %global create_debuginfo 0 %endif +# Temporary disabled due to +# https://bugzilla.redhat.com/show_bug.cgi?id=1951606 %global enable_mozilla_crashreporter 0 %ifarch x86_64 %{ix86} -%global enable_mozilla_crashreporter 1 +%global enable_mozilla_crashreporter 0 %endif %if %{build_with_asan} %global enable_mozilla_crashreporter 0 @@ -51,11 +53,6 @@ ExcludeArch: armv7hl %global debug_package %{nil} %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 %global system_ffi 1 %ifarch armv7hl @@ -117,7 +114,7 @@ ExcludeArch: armv7hl %if %{?system_nss} %global nspr_version 4.21 %global nspr_build_version %{nspr_version} -%global nss_version 3.61 +%global nss_version 3.63 %global nss_build_version %{nss_version} %endif -- cgit