From fb71fb7f55ea6265dff7c28d4aef28c4606ea0e8 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 16 Sep 2025 03:31:08 +0000 Subject: [PATCH] import UBI podman-5.4.0-13.el9_6 --- .gitignore | 2 +- .podman.metadata | 2 +- SPECS/podman.spec | 10 ++++++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5064fe6..0ee230b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ SOURCES/dnsname-bdc4ab8.tar.gz SOURCES/v0.1.7.tar.gz -SOURCES/v5.4-rhel-9811294.tar.gz +SOURCES/v5.4-rhel-b0d88c7.tar.gz diff --git a/.podman.metadata b/.podman.metadata index 5062bf5..3d49995 100644 --- a/.podman.metadata +++ b/.podman.metadata @@ -1,3 +1,3 @@ 69fb828d3028f968e46420d58cc80bc59e446051 SOURCES/dnsname-bdc4ab8.tar.gz 94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz -9c2a48b83cb16b46babdc2acc505c89768c125e1 SOURCES/v5.4-rhel-9811294.tar.gz +6d5e266d8961d279d0df096ce0d53c821b6b1cad SOURCES/v5.4-rhel-b0d88c7.tar.gz diff --git a/SPECS/podman.spec b/SPECS/podman.spec index c8407e7..a96c644 100644 --- a/SPECS/podman.spec +++ b/SPECS/podman.spec @@ -5,7 +5,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ %global import_path github.com/containers/podman %global branch v5.4-rhel -%global commit0 981129454d9d78920daccc7f8fcf9bf99000695e +%global commit0 b0d88c7ec22e8718084473b43357312600e5fb75 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global cataver 0.1.7 %global commit_dnsname bdc4ab85266ade865a7c398336e98721e62ef6b2 @@ -14,7 +14,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 5 Name: podman Version: 5.4.0 -Release: 12%{?dist} +Release: 13%{?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/ @@ -370,6 +370,12 @@ fi %{_datadir}/%{name}/test %changelog +* Wed Sep 10 2025 Jindrich Novy - 5:5.4.0-13 +- update to the latest content of https://github.com/containers/podman/tree/v5.4-rhel + (https://github.com/containers/podman/commit/b0d88c7) +- fixes "CVE-2025-9566 podman: Podman kube play command may overwrite host files [rhel-9.6.z]" +- Resolves: RHEL-113152 + * Wed Jun 25 2025 Jindrich Novy - 5:5.4.0-12 - update to the latest content of https://github.com/containers/podman/tree/v5.4-rhel (https://github.com/containers/podman/commit/9811294)