From fc12b9517219747bf518992398c979b77b91abb5 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Tue, 23 Aug 2022 15:49:57 +0200 Subject: [PATCH] containers-common-1-44.el9 - exclude non-go arches because of go-md2man - Related: #2061316 Signed-off-by: Jindrich Novy --- containers-common.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/containers-common.spec b/containers-common.spec index e6a4f84..9664244 100644 --- a/containers-common.spec +++ b/containers-common.spec @@ -12,9 +12,10 @@ Epoch: 2 Name: containers-common Version: 1 -Release: 43%{?dist} +Release: 44%{?dist} Summary: Common configuration and documentation for containers License: ASL 2.0 +ExclusiveArch: %{go_arches} BuildRequires: /usr/bin/go-md2man Provides: skopeo-containers = %{epoch}:%{version}-%{release} Conflicts: %{name} <= 2:1-22 @@ -166,6 +167,10 @@ EOF %{_datadir}/rhel/secrets/* %changelog +* Tue Aug 23 2022 Jindrich Novy - 2:1-44 +- exclude non-go arches because of go-md2man +- Related: #2061316 + * Tue Aug 23 2022 Jindrich Novy - 2:1-43 - add beta keys to default-policy.json - Related: #2061316