From d135859fb9bb1de697ee6914e5da0d0f3911320e Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Oct 01 2018 16:42:42 +0000 Subject: Modify to build on i386 --- diff --git a/SPECS/podman.spec b/SPECS/podman.spec index 5eb58e7..465d51a 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} BuildRequires: golang