From ff2a2c9070269684c247c8dc8b6b927e8e1e8f69 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Feb 13 2019 16:14:45 +0000 Subject: use go-toolset-1.10 on CentOS, build on i386 --- diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec index 9cbf305..c5b016b 100644 --- a/SPECS/buildah.spec +++ b/SPECS/buildah.spec @@ -31,8 +31,8 @@ Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{provider_prefix} Source: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz -ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64 -%if 0%{?fedora} || 0%{?centos} +ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64 %{ix86} +%if 0%{?fedora} BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} %else BuildRequires: go-toolset-1.10 @@ -96,6 +96,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/%{name} %changelog +* Wed Feb 13 2019 Johnny Hughes +- use go toolset 1.10 on CentOS, build on i386 + * Mon Dec 10 2018 Frantisek Kluknavsky - 1.5-2.gite94b4f9 - go toolset 1.10