diff --git a/SPECS/podman.spec b/SPECS/podman.spec index 1ca99ae..57542bf 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%{ix86} +ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64 # 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} %else BuildRequires: go-toolset-7-runtime @@ -287,6 +287,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_mandir}/man1/docker*.1* %changelog +* Fri Nov 30 2018 Johnny Hughes +- Manual CentOS Debranding + * Thu Nov 15 2018 Lokesh Mandvekar - 0.11.1.1-3.git594495d - correctly generate debuginfo by updating gobuild def