From b16ea08a8a09df5b2e72bd8df2451ec86b20dde9 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sat, 19 Feb 2022 12:54:32 -0500 Subject: [PATCH] containers-common-1-25.el9 - build netavark only for podman's arches - i686 can't find go-md2man which causes the build to fail otherwise - Related: #2000051 Signed-off-by: Lokesh Mandvekar --- containers-common.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/containers-common.spec b/containers-common.spec index 1efda6d..ba881a7 100644 --- a/containers-common.spec +++ b/containers-common.spec @@ -12,7 +12,7 @@ Epoch: 2 Name: containers-common Version: 1 -Release: 24%{?dist} +Release: 25%{?dist} Summary: Common configuration and documentation for containers License: ASL 2.0 BuildRequires: /usr/bin/go-md2man @@ -108,7 +108,8 @@ BuildRequires: git-core BuildRequires: /usr/bin/go-md2man Recommends: aardvark-dns Provides: container-network-stack = 2 -ExclusiveArch: %{rust_arches} +#ExclusiveArch: #%%{rust_arches} +ExclusiveArch: aarch64 ppc64le s390x x86_64 %description -n netavark %{summary} @@ -256,6 +257,11 @@ EOF %{_mandir}/man1/netavark.1* %changelog +* Sat Feb 19 2022 Lokesh Mandvekar - 2:1-25 +- build netavark only for podman's arches +- i686 can't find go-md2man which causes the build to fail otherwise +- Related: #2000051 + * Fri Feb 18 2022 Jindrich Novy - 2:1-24 - update to netavark-1.0.0 and aardvark-dns-1.0.0 - Related: #2000051