diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec index 9cead7f..21159af 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 May 01 2019 Johnny Hughes - 1.7.1-2.git93747b1 +- Use go-toolset, build in i386 + * Wed Mar 27 2019 Frantisek Kluknavsky - 1.7.1-2.git93747b1 - rebase