From 67e7418ee4a1b573c37add690eb97197c78c0cba Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Fri, 4 Nov 2016 16:52:40 +0100 Subject: [PATCH] NVR-skopeo-0.1.14-6.git550a480 - Fix BZ#1391932 Signed-off-by: Antonio Murdaca --- skopeo.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/skopeo.spec b/skopeo.spec index d2b7c83..960ae51 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -30,7 +30,7 @@ Name: skopeo Version: 0.1.14 -Release: 5.git%{shortcommit}%{?dist} +Release: 6.git%{shortcommit}%{?dist} Summary: Inspect Docker images and repositories on registries License: ASL 2.0 URL: https://%{provider_prefix} @@ -40,7 +40,10 @@ Patch0: skopeo-go142.patch %endif # 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: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 %{arm}} +# manually listed arches due https://bugzilla.redhat.com/show_bug.cgi?id=1391932 (removed ppc64) +ExclusiveArch: %{?go_arches:%{ix86} x86_64 %{arm} aarch64 ppc64le s390x %{mips}}%{!?go_arches:%{ix86} x86_64 %{arm}} + %if 0%{?fedora} BuildRequires: go-srpm-macros BuildRequires: compiler(go-compiler) @@ -274,6 +277,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/bash-completion/completions/%{name} %changelog +* Fri Nov 04 2016 Antonio Murdaca - 0.1.14-6.git550a480 +- Fix BZ#1391932 + * Tue Oct 18 2016 Antonio Murdaca - 0.1.14-5.git550a480 - Conflicts with atomic in skopeo-containers