diff --git a/.gitignore b/.gitignore index a689e79..7443001 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ SOURCES/dnsname-bdc4ab8.tar.gz SOURCES/v0.1.7.tar.gz -SOURCES/v5.6-rhel-3bf5313.tar.gz +SOURCES/v5.6-rhel-0a20b84.tar.gz diff --git a/.podman.metadata b/.podman.metadata index 28c6c2d..e2663fc 100644 --- a/.podman.metadata +++ b/.podman.metadata @@ -1,3 +1,3 @@ 69fb828d3028f968e46420d58cc80bc59e446051 SOURCES/dnsname-bdc4ab8.tar.gz 94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz -3cef3cba7725bf0fdb1e2124a1cf4258a72d496a SOURCES/v5.6-rhel-3bf5313.tar.gz +3c0a96ca93e7a916543fb288d7d1f218f157fce1 SOURCES/v5.6-rhel-0a20b84.tar.gz diff --git a/SPECS/podman.spec b/SPECS/podman.spec index d1ee58d..5965748 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.6-rhel -%global commit0 3bf531332cf3895b4a8220532c84e5849824e9e9 +%global commit0 0a20b845f696a6c588277a8605220b0a15fce179 %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: 6 Name: podman Version: 5.6.0 -Release: 9%{?dist} +Release: 11%{?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/ @@ -377,6 +377,18 @@ fi %{_datadir}/%{name}/test %changelog +* Thu Jan 08 2026 Jindrich Novy - 6:5.6.0-11 +- update to the latest content of https://github.com/containers/podman/tree/v5.6-rhel + (https://github.com/containers/podman/commit/0a20b84) +- fixes "CVE-2025-47913 podman: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS [rhel-9.7.z]" +- Resolves: RHEL-134793 + +* Mon Dec 15 2025 Jindrich Novy - 6:5.6.0-10 +- update to the latest content of https://github.com/containers/podman/tree/v5.6-rhel + (https://github.com/containers/podman/commit/a58af02) +- fixes "[podman 5.6][runc 1.3.3] podman update can not update the io related options with runc" +- Resolves: RHEL-81042 + * Wed Dec 03 2025 Jindrich Novy - 6:5.6.0-9 - update to the latest content of https://github.com/containers/podman/tree/v5.6-rhel (https://github.com/containers/podman/commit/3bf5313)