import CS podman-5.8.0-1.el9

This commit is contained in:
AlmaLinux RelEng Bot 2026-03-30 10:53:29 -04:00
parent b23fbdc13b
commit fe0e88f2e1
3 changed files with 14 additions and 6 deletions

2
.gitignore vendored
View File

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

View File

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

View File

@ -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 <jnovy@redhat.com> - 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 <jnovy@redhat.com> - 6:5.6.0-3
- update to rhel-9.7.z version of podman
- Resolves: RHEL-142896
* Fri Aug 22 2025 Jindrich Novy <jnovy@redhat.com> - 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)