diff options
author | Martin Stransky <stransky@redhat.com> | 2021-04-20 16:46:41 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-04-20 16:46:41 +0200 |
commit | bdb2a668ff34d2ca57ef352e11e5beeb110df8c4 (patch) | |
tree | e170f44debbfd97f81b30d69de880b7d1b412f30 /firefox.spec | |
parent | Merge branch 'rawhide' of ssh://pkgs.fedoraproject.org/rpms/firefox into rawhide (diff) | |
download | librewolf-fedora-ff-bdb2a668ff34d2ca57ef352e11e5beeb110df8c4.tar.gz librewolf-fedora-ff-bdb2a668ff34d2ca57ef352e11e5beeb110df8c4.tar.bz2 librewolf-fedora-ff-bdb2a668ff34d2ca57ef352e11e5beeb110df8c4.zip |
Disabled crashreporer, require nss 3.63
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 11 |
1 files 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 |