From 012016042d37d9c81e312d5da486249959348e59 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Fri, 23 Jan 2026 09:09:33 +0000 Subject: [PATCH] import UBI podman-5.6.0-12.el9_7 --- .gitignore | 2 +- .podman.metadata | 2 +- SPECS/podman.spec | 10 ++++++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7443001..239423c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ SOURCES/dnsname-bdc4ab8.tar.gz SOURCES/v0.1.7.tar.gz -SOURCES/v5.6-rhel-0a20b84.tar.gz +SOURCES/v5.6-rhel-360c775.tar.gz diff --git a/.podman.metadata b/.podman.metadata index e2663fc..10963c7 100644 --- a/.podman.metadata +++ b/.podman.metadata @@ -1,3 +1,3 @@ 69fb828d3028f968e46420d58cc80bc59e446051 SOURCES/dnsname-bdc4ab8.tar.gz 94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz -3c0a96ca93e7a916543fb288d7d1f218f157fce1 SOURCES/v5.6-rhel-0a20b84.tar.gz +64a3f25848f44f1ebc80f1713c8b7b1773ac31f2 SOURCES/v5.6-rhel-360c775.tar.gz diff --git a/SPECS/podman.spec b/SPECS/podman.spec index 5965748..69339d2 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 0a20b845f696a6c588277a8605220b0a15fce179 +%global commit0 360c7757083e42f30fe1bed83a2a1d2cb5e9ae44 %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: 11%{?dist} +Release: 12%{?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,12 @@ fi %{_datadir}/%{name}/test %changelog +* Mon Jan 19 2026 Jindrich Novy - 6:5.6.0-12 +- update to the latest content of https://github.com/containers/podman/tree/v5.6-rhel + (https://github.com/containers/podman/commit/360c775) +- fixes "[podman-5.6] Crash in podman-system-migrate due to nil c.runtime.storageService [rhel-9.7.z]" +- Resolves: RHEL-141491 + * 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)