From eb66dbcf5c608cf43e45e0edc7fa85a826c27a99 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sat, 19 Feb 2022 18:58:00 -0500 Subject: [PATCH] containers-common-1-26.el9 - aardvark-dns built for same arches as netavark - Related: #2000051 Signed-off-by: Lokesh Mandvekar --- containers-common.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/containers-common.spec b/containers-common.spec index ba881a7..909da00 100644 --- a/containers-common.spec +++ b/containers-common.spec @@ -12,7 +12,7 @@ Epoch: 2 Name: containers-common Version: 1 -Release: 25%{?dist} +Release: 26%{?dist} Summary: Common configuration and documentation for containers License: ASL 2.0 BuildRequires: /usr/bin/go-md2man @@ -87,7 +87,8 @@ BuildRequires: cargo BuildRequires: git-core BuildRequires: make BuildRequires: rust-srpm-macros -ExclusiveArch: %{rust_arches} +#ExclusiveArch: %%{rust_arches} +ExclusiveArch: aarch64 ppc64le s390x x86_64 %description -n aardvark-dns %{summary} @@ -257,6 +258,10 @@ EOF %{_mandir}/man1/netavark.1* %changelog +* Sat Feb 19 2022 Lokesh Mandvekar - 2:1-26 +- aardvark-dns built for same arches as netavark +- Related: #2000051 + * 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