summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2017-03-07 15:39:05 +0100
committerJan Horak <jhorak@redhat.com>2017-03-07 15:39:05 +0100
commit40bd6758069f2fefa7040221dba169726133ede9 (patch)
tree54ad6f57bea30e526ab8460d02ecf979cbdffe46 /firefox.spec
parentFixed missing big endian icu file (diff)
downloadlibrewolf-fedora-ff-40bd6758069f2fefa7040221dba169726133ede9.tar.gz
librewolf-fedora-ff-40bd6758069f2fefa7040221dba169726133ede9.tar.bz2
librewolf-fedora-ff-40bd6758069f2fefa7040221dba169726133ede9.zip
Added s390x to big endian platforms
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 4b72d3e..79e67b1 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -27,7 +27,7 @@
%endif
# Big endian platforms
-%ifarch ppc64
+%ifarch ppc64 s390x
# Javascript Intl API is not supported on big endian platforms right now:
# https://bugzilla.mozilla.org/show_bug.cgi?id=1322212
%define big_endian 1
@@ -824,6 +824,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Tue Mar 7 2017 Jan Horak <jhorak@redhat.com> - 52.0-3
+- Added s390x to big endian platforms
+
* Tue Mar 7 2017 Jan Horak <jhorak@redhat.com> - 52.0-2
- Added fix for libicu on big endian platforms
bgstack15