diff --git a/.gitignore b/.gitignore index 3e4d39d..a689e79 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ SOURCES/dnsname-bdc4ab8.tar.gz SOURCES/v0.1.7.tar.gz -SOURCES/v5.6-rhel-2791007.tar.gz +SOURCES/v5.6-rhel-3bf5313.tar.gz diff --git a/.podman.metadata b/.podman.metadata index 8c1d969..28c6c2d 100644 --- a/.podman.metadata +++ b/.podman.metadata @@ -1,3 +1,3 @@ 69fb828d3028f968e46420d58cc80bc59e446051 SOURCES/dnsname-bdc4ab8.tar.gz 94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz -b10be4bf9d6a7ef4d80928f1aa7b70ff39532153 SOURCES/v5.6-rhel-2791007.tar.gz +3cef3cba7725bf0fdb1e2124a1cf4258a72d496a SOURCES/v5.6-rhel-3bf5313.tar.gz diff --git a/SPECS/podman.spec b/SPECS/podman.spec index 8309582..d1ee58d 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 279100774abf1292cf4f14769abd6b360a678656 +%global commit0 3bf531332cf3895b4a8220532c84e5849824e9e9 %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: 7%{?dist} +Release: 9%{?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,16 @@ fi %{_datadir}/%{name}/test %changelog +* 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) +- fixes "run 1.2.x upgrade throws error while using nocopy volume mount filesystem option - [RHEL 9.7]" +- Resolves: RHEL-132531 + +* Thu Nov 20 2025 Jindrich Novy - 6:5.6.0-8 +- rebuild for golang-1.25.3 +- Resolves: RHEL-125711 + * Mon Nov 10 2025 Jindrich Novy - 6:5.6.0-7 - update to the latest content of https://github.com/containers/podman/tree/v5.6-rhel (https://github.com/containers/podman/commit/2791007)