Disabled crashreporer, require nss 3.63

This commit is contained in:
Martin Stransky 2021-04-20 16:46:41 +02:00
parent 97efc42d63
commit bdb2a668ff

View File

@ -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