From dc3f8b62d007ab39a772e99a9c3aebe8036c0f61 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Tue, 15 Aug 2017 14:05:18 -0400 Subject: Build for s390x as well --- buildah.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'buildah.spec') diff --git a/buildah.spec b/buildah.spec index 013d2c6..1129cc9 100644 --- a/buildah.spec +++ b/buildah.spec @@ -26,13 +26,13 @@ Name: buildah Version: 0.3 -Release: 4.git%{shortcommit}%{?dist} +Release: 5.git%{shortcommit}%{?dist} 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: x86_64 aarch64 ppc64le +ExclusiveArch: x86_64 aarch64 ppc64le s390x # 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: git @@ -90,6 +90,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/buildah %changelog +* Tue Aug 15 2017 Josh Boyer - 0.3-5.gitb9b2a8a +- Build for s390x as well + * Wed Aug 02 2017 Fedora Release Engineering - 0.3-4.gitb9b2a8a - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild -- cgit