summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-01-05 09:24:42 +0100
committerMartin Stransky <stransky@redhat.com>2018-01-05 09:24:42 +0100
commit33f4e69a90926f6738632cc287585774bd93dead (patch)
tree113cd33aecabc934c0634ed4a84ea036ae554845
parentUpdate to 57.0.4, Require nss 3.34 (rhbz#1531031) (diff)
downloadlibrewolf-fedora-ff-33f4e69a90926f6738632cc287585774bd93dead.tar.gz
librewolf-fedora-ff-33f4e69a90926f6738632cc287585774bd93dead.tar.bz2
librewolf-fedora-ff-33f4e69a90926f6738632cc287585774bd93dead.zip
Disabled ARM on all Fedoras due to rhbz#1523912
-rw-r--r--firefox.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index b803375..da160cc 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -1,6 +1,5 @@
-%if 0%{?fedora} < 26 || 0%{?fedora} >= 27
+# Disabled due to rhbz#1523912
ExcludeArch: armv7hl
-%endif
# Use system nspr/nss?
%global system_nss 1
@@ -861,6 +860,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
* Thu Jan 4 2018 Martin Stransky <stransky@redhat.com> - 57.0.4-1
- Update to 57.0.4
- Require nss 3.34 (rhbz#1531031)
+- Disabled ARM on all Fedoras due to rhbz#1523912
* Tue Jan 2 2018 Jan Horak <jhorak@redhat.com> - 57.0.3-1
- Exclude armv7hl due to OOM during build on koji
bgstack15