diff --git a/.gitignore b/.gitignore index 081cca9..01e99a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ SOURCES/dnsname-bdc4ab8.tar.gz SOURCES/v0.1.7.tar.gz -SOURCES/v5.2-rhel-a2d774c.tar.gz +SOURCES/v5.2-rhel-da46fda.tar.gz diff --git a/.podman.metadata b/.podman.metadata index e1d71f0..b964171 100644 --- a/.podman.metadata +++ b/.podman.metadata @@ -1,3 +1,3 @@ 69fb828d3028f968e46420d58cc80bc59e446051 SOURCES/dnsname-bdc4ab8.tar.gz 94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz -833ece89a55a3cd6dff37c94538b0b2164ace028 SOURCES/v5.2-rhel-a2d774c.tar.gz +aa5b237e13cea942ecddd3001eb139776937a42d SOURCES/v5.2-rhel-da46fda.tar.gz diff --git a/SPECS/podman.spec b/SPECS/podman.spec index 62761e3..371d8b2 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 a2d774cd664402a14755b4b270fb4cc8dd99acbc +%global commit0 da46fda57790724a606a21e0dbb1e1e2eeab2400 %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: 15%{?dist} +Release: 16%{?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,12 @@ fi %{_datadir}/%{name}/test %changelog +* Fri Apr 11 2025 Jindrich Novy - 4:5.2.2-16 +- update to the latest content of https://github.com/containers/podman/tree/v5.2-rhel + (https://github.com/containers/podman/commit/da46fda) +- fixes "Rootless container libpod/tmp/persist directories not cleaned up, fill up tmpfs - [RHEL 9.5]" +- Resolves: RHEL-86866 + * Mon Mar 17 2025 Jindrich Novy - 4:5.2.2-15 - update to the latest content of https://github.com/containers/podman/tree/v5.2-rhel (https://github.com/containers/podman/commit/a2d774c)