From 821665461b3755359b45e8af3a31ac3b6d298060 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Aug 23 2018 13:06:27 +0000 Subject: modified to build on i686 --- diff --git a/SPECS/podman.spec b/SPECS/podman.spec index 4340d9c..de7b40f 100644 --- a/SPECS/podman.spec +++ b/SPECS/podman.spec @@ -39,7 +39,7 @@ Source1: %{git_conmon}/archive/%{commit_conmon}/cri-o-%{shortcommit_conmon}.tar. # e.g. el6 has ppc64 arch without gcc-go, so EA tag is required #ExclusiveArch: %%{?go_arches:%%{go_arches}}%%{!?go_arches:%%{ix86} x86_64 aarch64 %%{arm}} -ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64 +ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64 %{ix86} # If go_compiler is not set to 1, there is no virtual provide. Use golang instead. BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} %if 0%{?rhel} > 7