From 91d6a3d5b21b68fd07c14be7fd5412f06b915028 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Tue, 21 Jul 2026 12:09:43 +0200 Subject: [PATCH] bump Release to 35 to trigger new build with RHEL-166084 fix The previous commit changed commit0 to include the nil pointer dereference fix but kept Release at 34, which already had an immutable build in Brew with the old source. Bumping to 35 ensures a new build is created with the fix included. Resolves: RHEL-166084 Signed-off-by: Jindrich Novy --- podman.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index 3028bad..9b4cd26 100644 --- a/podman.spec +++ b/podman.spec @@ -20,7 +20,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 4 Name: podman Version: 4.9.4 -Release: 34%{?dist} +Release: 35%{?dist} Summary: Manage Pods, Containers and Container Images License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 URL: https://%{name}.io/ @@ -415,7 +415,7 @@ fi %{_libexecdir}/%{name}/gvproxy %changelog -* Thu Jul 16 2026 Jindrich Novy - 4:4.9.4-34 +* Tue Jul 21 2026 Jindrich Novy - 4:4.9.4-35 - update to the latest content of v4.9-rhel (commit 7440736) - fix podman commit nil pointer dereference when ImportBuilder fails - Resolves: RHEL-166084