import CS podman-5.8.5-1.el9
This commit is contained in:
parent
fe0e88f2e1
commit
dd5033de30
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
SOURCES/dnsname-bdc4ab8.tar.gz
|
||||
SOURCES/podman-5.8.0-07efc23.tar.gz
|
||||
SOURCES/podman-5.8.5-6d48b6f.tar.gz
|
||||
SOURCES/v0.1.7.tar.gz
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
69fb828d3028f968e46420d58cc80bc59e446051 SOURCES/dnsname-bdc4ab8.tar.gz
|
||||
fbca42e7ea94720411a5f279597d4db30b206ac1 SOURCES/podman-5.8.0-07efc23.tar.gz
|
||||
487f75ed91026ac598afd9544b0e15c68a3f3b91 SOURCES/podman-5.8.5-6d48b6f.tar.gz
|
||||
94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz
|
||||
|
||||
@ -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 07efc23e05c3d9aa15a0f30d57194737bfc4b6b1
|
||||
%global commit0 6d48b6f12f793176f3f6bc808b5a440984c14eb2
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
%global cataver 0.1.7
|
||||
%global commit_dnsname bdc4ab85266ade865a7c398336e98721e62ef6b2
|
||||
@ -13,7 +13,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
|
||||
|
||||
Epoch: 6
|
||||
Name: podman
|
||||
Version: 5.8.0
|
||||
Version: 5.8.5
|
||||
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
|
||||
@ -377,6 +377,17 @@ fi
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Mon Jul 20 2026 Jindrich Novy <jnovy@redhat.com> - 6:5.8.5-1
|
||||
- update to https://github.com/containers/podman/releases/tag/v5.8.5
|
||||
- Resolves: RHEL-212537
|
||||
|
||||
* Wed Jun 17 2026 Jindrich Novy <jnovy@redhat.com> - 6:5.8.3-1
|
||||
- update to https://github.com/containers/podman/releases/tag/v5.8.3
|
||||
- Resolves: RHEL-185738
|
||||
* Thu Apr 16 2026 Jindrich Novy <jnovy@redhat.com> - 6:5.8.2-1
|
||||
- update to https://github.com/containers/podman/releases/tag/v5.8.2
|
||||
- Related: RHEL-168737
|
||||
|
||||
* 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user