From 8d45de6d138ff51131e4ab32b0d3e6556890c101 Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Jul 03 2017 09:38:12 +0000 Subject: Exclude ppc64 due to missing docker source codes - related: #1318556 --- diff --git a/consul.spec b/consul.spec index d6ec7ba..335e433 100644 --- a/consul.spec +++ b/consul.spec @@ -34,7 +34,7 @@ Name: consul Version: 0.7.2 -Release: 0.1.git%{shortcommit}%{?dist} +Release: 0.2.git%{shortcommit}%{?dist} Summary: Tool for service discovery, monitoring and configuration http://www.consul.io License: MPLv2.0 URL: https://%{provider_prefix} @@ -42,6 +42,7 @@ Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcomm # 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}} +ExcludeArch: ppc64 # 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} @@ -260,6 +261,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath} %endif %changelog +* Mon Jul 03 2017 Jan Chaloupka - 0.7.2-0.2.gita9afa0c +- Exclude ppc64 due to missing docker source codes + related: #1318556 + * Tue Jun 20 2017 Jan Chaloupka - 0.7.2-0.1.gita9afa0c - Update to v0.7.2