diff options
author | Martin Stransky <stransky@redhat.com> | 2019-02-28 11:57:46 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-02-28 11:57:46 +0100 |
commit | 4081c01e869e5d98435eeae2f184d591b6900ad6 (patch) | |
tree | 709acaa5f8611fabf8b1c053b6e3a7cf1843879f | |
parent | Enabled s390x as it should be fixed now - https://pagure.io/fedora-infrastruc... (diff) | |
download | librewolf-fedora-ff-4081c01e869e5d98435eeae2f184d591b6900ad6.tar.gz librewolf-fedora-ff-4081c01e869e5d98435eeae2f184d591b6900ad6.tar.bz2 librewolf-fedora-ff-4081c01e869e5d98435eeae2f184d591b6900ad6.zip |
Enable ARBT for Fedora 30 / Rawhide to catch wayland crashes.
-rw-r--r-- | firefox.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 468829a..4a7b132 100644 --- a/firefox.spec +++ b/firefox.spec @@ -67,14 +67,18 @@ ExcludeArch: armv7hl %global enable_mozilla_crashreporter 0 %if !%{debug_build} %ifarch %{ix86} x86_64 +# Disable crashreporter for Fedora 30 / Rawhide +# to collect Wayland crashes. +%if 0%{?fedora} < 30 %global enable_mozilla_crashreporter 1 %endif %endif +%endif Summary: Mozilla Firefox Web browser Name: firefox Version: 65.0.1 -Release: 1%{?pre_tag}%{?dist} +Release: 2%{?pre_tag}%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz @@ -877,6 +881,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Thu Feb 28 2019 Martin Stransky <stransky@redhat.com> - 65.0.1-2 +- Enable ARBT for Fedora 30 / Rawhide to catch wayland crashes. + * Wed Feb 20 2019 Martin Stransky <stransky@redhat.com> - 65.0.1-1 - Disabled s390x/f28 builds due to https://pagure.io/fedora-infrastructure/issue/7581 |