diff options
author | Martin Stransky <stransky@redhat.com> | 2020-10-30 08:25:32 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-10-30 08:25:32 +0100 |
commit | c62730d164c2397ce66c622e30799322ae3b09ad (patch) | |
tree | 1b0c9aa89f1f5b16fe5a0c143295b95db7f9923b | |
parent | Updated to 82.0.2 (diff) | |
download | librewolf-fedora-ff-c62730d164c2397ce66c622e30799322ae3b09ad.tar.gz librewolf-fedora-ff-c62730d164c2397ce66c622e30799322ae3b09ad.tar.bz2 librewolf-fedora-ff-c62730d164c2397ce66c622e30799322ae3b09ad.zip |
Temporary disable crashreporter on F33 due to build failures
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index f5acb30..3cf4e17 100644 --- a/firefox.spec +++ b/firefox.spec @@ -10,7 +10,7 @@ ExcludeArch: s390x %global enable_mozilla_crashreporter 0 # Temporary disable on rawhide due to # https://bugzilla.redhat.com/show_bug.cgi?id=1891794 -%if 0%{?fedora} < 34 +%if 0%{?fedora} < 33 %ifarch x86_64 %{ix86} %global enable_mozilla_crashreporter 1 %endif |