From 16d454d42ff8728f7c2761771e8c826bf7bbcdd9 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 16 Feb 2026 12:26:11 +0100 Subject: [PATCH] podman-5.8.0-2.el10 - enable sequoia - Resolves: RHEL-56365 Signed-off-by: Jindrich Novy --- podman.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 0e8ff4e..71d1b67 100644 --- a/podman.spec +++ b/podman.spec @@ -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 - 7:5.8.0-2 +- enable sequoia +- Resolves: RHEL-56365 + * Fri Feb 13 2026 Jindrich Novy - 7:5.8.0-1 - update to https://github.com/containers/podman/releases/tag/v5.8.0 - Related: RHEL-122178