import UBI podman-5.6.0-12.el9_7

This commit is contained in:
eabdullin 2026-01-23 09:09:33 +00:00
parent fe17af3bbf
commit 012016042d
3 changed files with 10 additions and 4 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -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 <jnovy@redhat.com> - 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 <jnovy@redhat.com> - 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)