From fe0e88f2e1bd172e4980722e3d9ba9804793cf7e Mon Sep 17 00:00:00 2001 From: AlmaLinux RelEng Bot Date: Mon, 30 Mar 2026 10:53:29 -0400 Subject: [PATCH] import CS podman-5.8.0-1.el9 --- .gitignore | 2 +- .podman.metadata | 2 +- SPECS/podman.spec | 16 ++++++++++++---- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index d58cf0f..6b06f3e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ SOURCES/dnsname-bdc4ab8.tar.gz +SOURCES/podman-5.8.0-07efc23.tar.gz SOURCES/v0.1.7.tar.gz -SOURCES/v5.6-rhel-56f1962.tar.gz diff --git a/.podman.metadata b/.podman.metadata index 74709ae..53e2a67 100644 --- a/.podman.metadata +++ b/.podman.metadata @@ -1,3 +1,3 @@ 69fb828d3028f968e46420d58cc80bc59e446051 SOURCES/dnsname-bdc4ab8.tar.gz +fbca42e7ea94720411a5f279597d4db30b206ac1 SOURCES/podman-5.8.0-07efc23.tar.gz 94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz -4c12cd3e799fb5d5b218d99ba2968b22660901c0 SOURCES/v5.6-rhel-56f1962.tar.gz diff --git a/SPECS/podman.spec b/SPECS/podman.spec index e0684e8..b9accd6 100644 --- a/SPECS/podman.spec +++ b/SPECS/podman.spec @@ -4,8 +4,8 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -linkmode=external -compressdwarf=false -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v %{?**}; %global import_path github.com/containers/podman -%global branch v5.6-rhel -%global commit0 56f1962fb0af60c29c7c5d27bdb4f26b13e69afe +#%%global branch v5.6-rhel +%global commit0 07efc23e05c3d9aa15a0f30d57194737bfc4b6b1 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global cataver 0.1.7 %global commit_dnsname bdc4ab85266ade865a7c398336e98721e62ef6b2 @@ -13,8 +13,8 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 6 Name: podman -Version: 5.6.0 -Release: 2%{?dist} +Version: 5.8.0 +Release: 1%{?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,14 @@ fi %{_datadir}/%{name}/test %changelog +* Thu Feb 19 2026 Jindrich Novy - 6:5.8.0-1 +- update to https://github.com/containers/podman/releases/tag/v5.8.0 +- Related: RHEL-111919 + +* Thu Jan 29 2026 Jindrich Novy - 6:5.6.0-3 +- update to rhel-9.7.z version of podman +- Resolves: RHEL-142896 + * Fri Aug 22 2025 Jindrich Novy - 5:5.6.0-2 - update to the latest content of https://github.com/containers/podman/tree/v5.6-rhel (https://github.com/containers/podman/commit/56f1962)