import UBI podman-5.2.2-15.el9_5
This commit is contained in:
parent
8772a6eb4a
commit
96cc188e9d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,3 @@
|
|||||||
SOURCES/dnsname-bdc4ab8.tar.gz
|
SOURCES/dnsname-bdc4ab8.tar.gz
|
||||||
SOURCES/v0.1.7.tar.gz
|
SOURCES/v0.1.7.tar.gz
|
||||||
SOURCES/v5.2-rhel-173b20b.tar.gz
|
SOURCES/v5.2-rhel-a2d774c.tar.gz
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
69fb828d3028f968e46420d58cc80bc59e446051 SOURCES/dnsname-bdc4ab8.tar.gz
|
69fb828d3028f968e46420d58cc80bc59e446051 SOURCES/dnsname-bdc4ab8.tar.gz
|
||||||
94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz
|
94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz
|
||||||
fd9c1f4896e3f28ddf1aed7a75e90d03336c3c70 SOURCES/v5.2-rhel-173b20b.tar.gz
|
833ece89a55a3cd6dff37c94538b0b2164ace028 SOURCES/v5.2-rhel-a2d774c.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 import_path github.com/containers/podman
|
||||||
%global branch v5.2-rhel
|
%global branch v5.2-rhel
|
||||||
%global commit0 173b20bfee64e72e5a74347facf694b3e4fe26d8
|
%global commit0 a2d774cd664402a14755b4b270fb4cc8dd99acbc
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
%global cataver 0.1.7
|
%global cataver 0.1.7
|
||||||
%global commit_dnsname bdc4ab85266ade865a7c398336e98721e62ef6b2
|
%global commit_dnsname bdc4ab85266ade865a7c398336e98721e62ef6b2
|
||||||
@ -14,7 +14,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
|
|||||||
Epoch: 4
|
Epoch: 4
|
||||||
Name: podman
|
Name: podman
|
||||||
Version: 5.2.2
|
Version: 5.2.2
|
||||||
Release: 13%{?dist}
|
Release: 15%{?dist}
|
||||||
Summary: Manage Pods, Containers and Container Images
|
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
|
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
|
||||||
URL: https://%{name}.io/
|
URL: https://%{name}.io/
|
||||||
@ -365,6 +365,18 @@ fi
|
|||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 17 2025 Jindrich Novy <jnovy@redhat.com> - 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)
|
||||||
|
- fixes "Excessive memory leak due to uncontrolled accumulation of health.log entries in Podman 5.x - [RHEL 9.5] Zstream"
|
||||||
|
- Resolves: RHEL-83558
|
||||||
|
|
||||||
|
* Mon Mar 17 2025 Jindrich Novy <jnovy@redhat.com> - 4:5.2.2-14
|
||||||
|
- update to the latest content of https://github.com/containers/podman/tree/v5.2-rhel
|
||||||
|
(https://github.com/containers/podman/commit/ea1bef4)
|
||||||
|
- fixes "CVE-2025-22869 podman: Potential denial of service in golang.org/x/crypto [rhel-9.5.z]"
|
||||||
|
- Resolves: RHEL-81318
|
||||||
|
|
||||||
* Fri Jan 24 2025 Jindrich Novy <jnovy@redhat.com> - 4:5.2.2-13
|
* Fri Jan 24 2025 Jindrich Novy <jnovy@redhat.com> - 4:5.2.2-13
|
||||||
- update to the latest content of https://github.com/containers/podman/tree/v5.2-rhel
|
- update to the latest content of https://github.com/containers/podman/tree/v5.2-rhel
|
||||||
(https://github.com/containers/podman/commit/173b20b)
|
(https://github.com/containers/podman/commit/173b20b)
|
||||||
|
Loading…
Reference in New Issue
Block a user