From 28fe6eb7dfd7c0ccce679727fb69d2c354331c85 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 7 Oct 2021 09:09:53 -0400 Subject: [PATCH] skopeo-1:1.5.0-2 - Drop i686 support for RHEL >= 9 - RHEL 9 does not have i686 support for golang Signed-off-by: Lokesh Mandvekar --- skopeo.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/skopeo.spec b/skopeo.spec index 2a94dca..52da4f6 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -42,10 +42,11 @@ Name: %{repo} Epoch: %{conditional_epoch} Version: 1.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Inspect container images and repositories on registries License: ASL 2.0 URL: %{git0} +ExclusiveArch: %{go_arches} Source0: %{git0}/archive/%{built_tag}.tar.gz %if 0%{?fedora} BuildRequires: btrfs-progs-devel @@ -371,6 +372,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/%{name}/test %changelog +* Thu Oct 07 2021 Lokesh Mandvekar - 1:1.5.0-2 +- Drop i686 support for RHEL >= 9 +- RHEL 9 does not have i686 support for golang + * Wed Oct 06 2021 RH Container Bot - 1:1.5.0-1 - autobuilt v1.5.0