summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firefox.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 8884f6b..f33a659 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -1,4 +1,4 @@
-%if 0%{?fedora} < 26 || 0%{?fedora} > 27
+%if 0%{?fedora} < 26 || 0%{?fedora} >= 27
ExcludeArch: armv7hl
%endif
@@ -859,6 +859,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Tue Jan 2 2018 Jan Horak <jhorak@redhat.com> - 57.0.3-1
+- Exclude armv7hl due to OOM during build on koji
- Update to 57.0.3
* Fri Dec 08 2017 Kevin Fenzi <kevin@scrye.com> - 57.0.1-3
bgstack15