From 157846a759a7a24cd97eb198692aad1868e29466 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 25 Feb 2018 13:34:13 +0000 Subject: Build on ARMv7 too (Fedora supports containers on that arch too) --- buildah.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/buildah.spec b/buildah.spec index 897faa1..2f3bb06 100644 --- a/buildah.spec +++ b/buildah.spec @@ -19,13 +19,13 @@ Name: %{repo} Version: 0.13 -Release: 1.git%{shortcommit}%{?dist} +Release: 2.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 s390x +ExclusiveArch: x86_64 %{arm} 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 @@ -85,6 +85,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/%{name} %changelog +* Sun Feb 25 2018 Peter Robinson 0.13-2 +- Build on ARMv7 too (Fedora supports containers on that arch too) + * Thu Feb 22 2018 Dan Walsh 0.13-1 - Vendor in latest containers/storage - This fixes a large SELinux bug. -- cgit