diff --git a/toolbox.spec b/toolbox.spec index b87d817..c3917d5 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -6,7 +6,7 @@ Version: 0.0.99.3 %global goipath github.com/containers/%{name} %gometa -Release: 10%{?dist} +Release: 11%{?dist} Summary: Tool for containerized command line environments on Linux License: ASL 2.0 @@ -23,6 +23,12 @@ Patch101: toolbox-Make-the-build-flags-match-Fedora-s-gobuild.patch Patch102: toolbox-Make-the-build-flags-match-Fedora-s-gobuild-for-PPC64.patch Patch103: toolbox-cmd-root-Work-around-Cobra-1.1.2-s-handling-of-usage.patch +%if 0%{?rhel} == 9 +ExclusiveArch: %{golang_arches} +%else +ExclusiveArch: %{golang_arches_future} +%endif + BuildRequires: gcc BuildRequires: go-md2man BuildRequires: golang >= 1.13 @@ -212,6 +218,9 @@ ln -s src/vendor vendor %changelog +* Tue Feb 21 2023 Debarshi Ray - 0.0.99.3-11 +- Add ExclusiveArch to match Podman + * Thu Feb 02 2023 Yaakov Selkowitz - 0.0.99.3-10 - Sync packaging changes from CentOS Stream