diff --git a/.gitignore b/.gitignore index 27e2d69..a555cdf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ SOURCES/dnsname-bdc4ab8.tar.gz SOURCES/v0.1.7.tar.gz -SOURCES/v5.2-rhel-e40738b.tar.gz +SOURCES/v5.2-rhel-173b20b.tar.gz diff --git a/.podman.metadata b/.podman.metadata index e03368d..ba5d26f 100644 --- a/.podman.metadata +++ b/.podman.metadata @@ -1,3 +1,3 @@ 69fb828d3028f968e46420d58cc80bc59e446051 SOURCES/dnsname-bdc4ab8.tar.gz 94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz -748f1df93c39c2fb401139a69836c2360e06af85 SOURCES/v5.2-rhel-e40738b.tar.gz +fd9c1f4896e3f28ddf1aed7a75e90d03336c3c70 SOURCES/v5.2-rhel-173b20b.tar.gz diff --git a/SPECS/podman.spec b/SPECS/podman.spec index b6ad9d3..14c8fe8 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.2-rhel -%global commit0 e40738bd34f1776356494522d129846fee357299 +%global commit0 173b20bfee64e72e5a74347facf694b3e4fe26d8 %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: 4 Name: podman Version: 5.2.2 -Release: 11%{?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/ @@ -365,6 +365,16 @@ fi %{_datadir}/%{name}/test %changelog +* Fri Jan 24 2025 Jindrich Novy - 4:5.2.2-13 +- update to the latest content of https://github.com/containers/podman/tree/v5.2-rhel + (https://github.com/containers/podman/commit/173b20b) +- Resolves: RHEL-67606 + +* Mon Jan 20 2025 Jindrich Novy - 4:5.2.2-12 +- update to the latest content of https://github.com/containers/podman/tree/v5.2-rhel + (https://github.com/containers/podman/commit/76d1690) +- Resolves: RHEL-73592 + * Fri Nov 15 2024 Jindrich Novy - 4:5.2.2-11 - update to the latest content of https://github.com/containers/podman/tree/v5.2-rhel (https://github.com/containers/podman/commit/e40738b)