Enable ARBT for Fedora 29 and later to catch wayland crashes. Disabled system libvpx for Fedora 30 and rawhide

This commit is contained in:
Martin Stransky 2019-02-28 12:55:07 +01:00
parent 4081c01e86
commit c685c9d47b
1 changed files with 8 additions and 2 deletions

View File

@ -3,7 +3,12 @@ ExcludeArch: armv7hl
%global system_nss 1 %global system_nss 1
%global system_ffi 1 %global system_ffi 1
# libvpx is too new for Firefox 65
%if 0%{?fedora} < 30
%global system_libvpx 1 %global system_libvpx 1
%else
%global system_libvpx 0
%endif
%global hardened_build 1 %global hardened_build 1
%global system_jpeg 1 %global system_jpeg 1
%global run_tests 0 %global run_tests 0
@ -69,7 +74,7 @@ ExcludeArch: armv7hl
%ifarch %{ix86} x86_64 %ifarch %{ix86} x86_64
# Disable crashreporter for Fedora 30 / Rawhide # Disable crashreporter for Fedora 30 / Rawhide
# to collect Wayland crashes. # to collect Wayland crashes.
%if 0%{?fedora} < 30 %if 0%{?fedora} < 29
%global enable_mozilla_crashreporter 1 %global enable_mozilla_crashreporter 1
%endif %endif
%endif %endif
@ -882,7 +887,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog %changelog
* Thu Feb 28 2019 Martin Stransky <stransky@redhat.com> - 65.0.1-2 * Thu Feb 28 2019 Martin Stransky <stransky@redhat.com> - 65.0.1-2
- Enable ARBT for Fedora 30 / Rawhide to catch wayland crashes. - Enable ARBT for Fedora 29 and later to catch wayland crashes.
- Disable system libvpx for Fedora 30 and later.
* Wed Feb 20 2019 Martin Stransky <stransky@redhat.com> - 65.0.1-1 * Wed Feb 20 2019 Martin Stransky <stransky@redhat.com> - 65.0.1-1
- Disabled s390x/f28 builds due to - Disabled s390x/f28 builds due to