diff options
author | Martin Stransky <stransky@redhat.com> | 2019-02-20 09:43:50 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-02-20 09:43:50 +0100 |
commit | 0af579bf553ccbfc0cadc7f8917e4f1f742bec41 (patch) | |
tree | 4fd01bf26d9630bb4d806d9034c2b3f2e1376f4d | |
parent | Regenerated cbingden (diff) | |
download | librewolf-fedora-ff-0af579bf553ccbfc0cadc7f8917e4f1f742bec41.tar.gz librewolf-fedora-ff-0af579bf553ccbfc0cadc7f8917e4f1f742bec41.tar.bz2 librewolf-fedora-ff-0af579bf553ccbfc0cadc7f8917e4f1f742bec41.zip |
Disabled s390x/f28 builds due to https://pagure.io/fedora-infrastructure/issue/7581
-rw-r--r-- | firefox.spec | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index 0fe145c..c1055de 100644 --- a/firefox.spec +++ b/firefox.spec @@ -1,5 +1,9 @@ # Disabled arm due to rhbz#1658940 ExcludeArch: armv7hl +# Disabled due to https://pagure.io/fedora-infrastructure/issue/7581 +%if 0%{?fedora} == 28 +ExcludeArch: s390x +%endif %global system_nss 1 %global system_ffi 1 @@ -877,6 +881,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* 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 + * Fri Feb 15 2019 Jan Horak <jhorak@redhat.com> - 65.0.1-1 - Update to 65.0.1 |