podman-5.8.0-2.el10

- enable sequoia
- Resolves: RHEL-56365

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2026-02-16 12:26:11 +01:00
parent e70f572d7c
commit 16d454d42f

View File

@ -7,6 +7,9 @@
%global debug_package %{nil}
%endif
# https://issues.redhat.com/browse/RHEL-56365
%global sequoia 1
%global import_path github.com/containers/podman
#%%global branch v5.6-rhel
%global commit0 07efc23e05c3d9aa15a0f30d57194737bfc4b6b1
@ -63,7 +66,7 @@ Epoch: 7
Version: 5.8.0
# 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
@ -397,6 +400,10 @@ ln -s ../qemu-kvm %{buildroot}%{_libexecdir}/%{name}/qemu-system-%{arch}
%endif
%changelog
* Mon Feb 16 2026 Jindrich Novy <jnovy@redhat.com> - 7:5.8.0-2
- enable sequoia
- Resolves: RHEL-56365
* Fri Feb 13 2026 Jindrich Novy <jnovy@redhat.com> - 7:5.8.0-1
- update to https://github.com/containers/podman/releases/tag/v5.8.0
- Related: RHEL-122178