From 8f8b3ca21d9175aae9901f13c3b2a0dd371db362 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Jun 13 2019 16:01:17 +0000 Subject: Manual CentOS Branding --- diff --git a/SPECS/podman.spec b/SPECS/podman.spec index c54d7f9..13735f4 100644 --- a/SPECS/podman.spec +++ b/SPECS/podman.spec @@ -37,9 +37,9 @@ 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. -%if 0%{?fedora} || 0%{?centos} +%if 0%{?fedora} BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} BuildRequires: make %else