diff options
author | Martin Stransky <stransky@redhat.com> | 2019-03-01 16:04:46 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-03-01 16:04:46 +0100 |
commit | 4c135f9179c07450a3276b25c6d5e05f86f3fcd7 (patch) | |
tree | 82ce9146f6fc6e772e214018eb813d2cad9c0b00 | |
parent | Updated to 65.0.2, Disabled PGO+LTO for Fedora 30, Disabled Mozilla Crashrepo... (diff) | |
download | librewolf-fedora-ff-4c135f9179c07450a3276b25c6d5e05f86f3fcd7.tar.gz librewolf-fedora-ff-4c135f9179c07450a3276b25c6d5e05f86f3fcd7.tar.bz2 librewolf-fedora-ff-4c135f9179c07450a3276b25c6d5e05f86f3fcd7.zip |
Disabled s390x builds due to https://pagure.io/fedora-infrastructure/issue/7581
-rw-r--r-- | firefox.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index 16e3add..58f8321 100644 --- a/firefox.spec +++ b/firefox.spec @@ -1,5 +1,7 @@ # Disabled arm due to rhbz#1658940 ExcludeArch: armv7hl +# Disabled due to https://pagure.io/fedora-infrastructure/issue/7581 +ExcludeArch: s390x %global system_nss 1 %global system_ffi 1 @@ -898,6 +900,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : - Updated to 65.0.2 - Disabled PGO+LTO for Fedora 30 - Disabled Mozilla Crashreporter to get Wayland crashes by ABRT +- Disabled s390x builds due to + https://pagure.io/fedora-infrastructure/issue/7581 + * Thu Feb 28 2019 Martin Stransky <stransky@redhat.com> - 65.0.1-2 - Enable ARBT for Fedora 29 and later to catch wayland crashes. |