Temporary disable crashreporter on F33 due to build failures

This commit is contained in:
Martin Stransky 2020-10-30 08:25:32 +01:00
parent 496994f3a2
commit c62730d164
1 changed files with 1 additions and 1 deletions

View File

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