podman-4.9.4-29.el8

- rebuild for CVE-2025-68121
- Resolves: RHEL-149265

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2026-02-17 09:25:53 +01:00
parent b38f962586
commit a1d20a170a

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: 28%{?dist}
Release: 29%{?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/
@ -423,6 +423,10 @@ fi
%{_libexecdir}/%{name}/gvproxy
%changelog
* Tue Feb 17 2026 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-29
- rebuild for CVE-2025-68121
- Resolves: RHEL-149265
* Mon Feb 02 2026 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-28
- rebuild
- Resolves: RHEL-140532