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