diff --git a/golang-github-docker-go-connections.spec b/golang-github-docker-go-connections.spec index 04491b7..350b10a 100644 --- a/golang-github-docker-go-connections.spec +++ b/golang-github-docker-go-connections.spec @@ -30,7 +30,7 @@ Name: golang-%{provider}-%{project}-%{repo} Version: 0.1.2 -Release: 0.3.git%{shortcommit}%{?dist} +Release: 0.4.git%{shortcommit}%{?dist} Summary: Utility package to work with network connections License: ASL 2.0 URL: https://%{provider_prefix} @@ -38,6 +38,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} @@ -158,6 +159,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath} %endif %changelog +* Mon Jun 26 2017 Jan Chaloupka - 0.1.2-0.4.git6e4c13d +- Excluder ppc64 (as the docker-devel is missing) + resolves: #1465046 + * Fri Feb 10 2017 Fedora Release Engineering - 0.1.2-0.3.git6e4c13d - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild