From ecdb3b12195abebe13000a90dab3a2571bee8a5e Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Thu, 4 Jan 2018 16:11:20 +0100 Subject: Exclude armv7hl from the build because it's OOM during build of gkrust in koji --- firefox.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'firefox.spec') 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 - 57.0.3-1 +- Exclude armv7hl due to OOM during build on koji - Update to 57.0.3 * Fri Dec 08 2017 Kevin Fenzi - 57.0.1-3 -- cgit