diff --git a/podman.spec b/podman.spec index 7252d81..1212fe8 100644 --- a/podman.spec +++ b/podman.spec @@ -60,7 +60,7 @@ Epoch: 6 Version: 5.3.1 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 -Release: 1%{?dist} +Release: 2%{?dist} %if %{defined golang_arches_future} ExclusiveArch: %{golang_arches_future} %else @@ -195,6 +195,7 @@ Requires: %{name} = %{epoch}:%{version}-%{release} Requires: gvisor-tap-vsock Recommends: qemu Requires: virtiofsd +ExclusiveArch: x86_64 aarch64 %description machine This subpackage installs the dependencies for %{name} machine, for more see: @@ -354,6 +355,10 @@ ln -s ../virtiofsd %{buildroot}%{_libexecdir}/%{name} %{_libexecdir}/%{name}/virtiofsd %changelog +* Thu Nov 28 2024 Jindrich Novy - 6:5.3.1-2 +- Reduce arches for podman-machine to x86_64 aarch64 +- Resolves: RHEL-69441 + * Mon Nov 25 2024 Jindrich Novy - 6:5.3.1-1 - update to https://github.com/containers/podman/releases/tag/v5.3.1 - Resolves: RHEL-24623