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 <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2026-07-21 12:09:43 +02:00
parent 45063aba6c
commit 91d6a3d5b2

View File

@ -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 <jnovy@redhat.com> - 4:4.9.4-34
* Tue Jul 21 2026 Jindrich Novy <jnovy@redhat.com> - 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