From 0bdd56b89692d02fc2a70b8a2194b8c8e9af2d70 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 18 May 2026 14:34:02 +0200 Subject: [PATCH] Sync podman to latest v4.9-rhel upstream commit (11de97d) Update to upstream commit 11de97d6d9b6a6f3fe765f38aa08c1f97ea8d541 which includes PR #28667: fix orphaned files cleanup issue. Resolves: RHEL-173978 --- podman.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/podman.spec b/podman.spec index a3695f2..ed87a52 100644 --- a/podman.spec +++ b/podman.spec @@ -423,6 +423,11 @@ fi %{_libexecdir}/%{name}/gvproxy %changelog +* Tue May 19 2026 Jindrich Novy - 4:4.9.4-31 +- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel + (https://github.com/containers/podman/commit/11de97d) +- Resolves: RHEL-173978 + * Wed Mar 11 2026 Jindrich Novy - 4:4.9.4-30 - update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel (https://github.com/containers/podman/commit/79517c7)