summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-02-20 09:43:50 +0100
committerMartin Stransky <stransky@redhat.com>2019-02-20 09:43:50 +0100
commit0af579bf553ccbfc0cadc7f8917e4f1f742bec41 (patch)
tree4fd01bf26d9630bb4d806d9034c2b3f2e1376f4d /firefox.spec
parentRegenerated cbingden (diff)
downloadlibrewolf-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
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec8
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
bgstack15