podman-5.3.1-2.el10
- Reduce arches for podman-machine to x86_64 aarch64 - Resolves: RHEL-69441 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
4d8d3629bb
commit
81177f05a1
@ -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 <jnovy@redhat.com> - 6:5.3.1-2
|
||||
- Reduce arches for podman-machine to x86_64 aarch64
|
||||
- Resolves: RHEL-69441
|
||||
|
||||
* Mon Nov 25 2024 Jindrich Novy <jnovy@redhat.com> - 6:5.3.1-1
|
||||
- update to https://github.com/containers/podman/releases/tag/v5.3.1
|
||||
- Resolves: RHEL-24623
|
||||
|
Loading…
Reference in New Issue
Block a user