From a52766922a9ca14a06f80f2b531838a7e7c2c01b Mon Sep 17 00:00:00 2001 From: Till Maas Date: Tue, 27 Jun 2017 00:35:36 +0200 Subject: [PATCH] Do not build for ix86: there is no criu on ix86 --- runc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/runc.spec b/runc.spec index 1b948f2..2fade5d 100644 --- a/runc.spec +++ b/runc.spec @@ -35,7 +35,7 @@ Name: %{repo} Epoch: 1 %endif Version: 1.0.0 -Release: 7.git%{shortcommit0}%{?dist}.1 +Release: 8.git%{shortcommit0}%{?dist}.1 Summary: CLI for running Open Containers License: ASL 2.0 URL: %{git0} @@ -43,7 +43,7 @@ Source0: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz # e.g. el6 has ppc64 arch without gcc-go, so EA tag is required #ExclusiveArch: %%{?go_arches:%%{go_arches}}%%{!?go_arches:%%{ix86} x86_64 %{arm}} -ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 ppc64le %{mips} s390x +ExclusiveArch: x86_64 %{arm} aarch64 ppc64le %{mips} 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 @@ -292,6 +292,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath} %endif %changelog +* Tue Jun 27 2017 Till Maas - 1.0.0-8.git6394544.1 +- Do not build for ix86: there is no criu on ix86 + * Fri Jun 02 2017 Antonio Murdaca - 1:1.0.0-7.git6394544.1 - rebuilt