import UBI podman-4.9.4-20.module+el8.10.0+22931+799fd806

This commit is contained in:
eabdullin 2025-03-26 06:43:59 +00:00
parent 3014cd812f
commit 700b1c0c55
3 changed files with 10 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
SOURCES/dnsname-bdc4ab8.tar.gz SOURCES/dnsname-bdc4ab8.tar.gz
SOURCES/gvisor-tap-vsock-c62637db4d1417408b84340cbe993843a4984b92.tar.gz SOURCES/gvisor-tap-vsock-c62637db4d1417408b84340cbe993843a4984b92.tar.gz
SOURCES/v0.1.7.tar.gz SOURCES/v0.1.7.tar.gz
SOURCES/v4.9-rhel-bfdd4c2.tar.gz SOURCES/v4.9-rhel-0e11f82.tar.gz

View File

@ -1,4 +1,4 @@
69fb828d3028f968e46420d58cc80bc59e446051 SOURCES/dnsname-bdc4ab8.tar.gz 69fb828d3028f968e46420d58cc80bc59e446051 SOURCES/dnsname-bdc4ab8.tar.gz
78ab2a45bc90b147bc3d7c1c286c375c274bee6a SOURCES/gvisor-tap-vsock-c62637db4d1417408b84340cbe993843a4984b92.tar.gz 78ab2a45bc90b147bc3d7c1c286c375c274bee6a SOURCES/gvisor-tap-vsock-c62637db4d1417408b84340cbe993843a4984b92.tar.gz
94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz 94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz
69146c593771906811028492a97c0875bdd88fba SOURCES/v4.9-rhel-bfdd4c2.tar.gz d30c6cb548545b663410e7a89d39ce944266d62d SOURCES/v4.9-rhel-0e11f82.tar.gz

View File

@ -8,7 +8,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 v4.9-rhel %global branch v4.9-rhel
%global commit0 bfdd4c21124d25f33969e2a755c062ac94e6009d %global commit0 0e11f820f48e52ab129fcb42ba8e137b7ce4816c
%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
@ -20,7 +20,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
Epoch: 4 Epoch: 4
Name: podman Name: podman
Version: 4.9.4 Version: 4.9.4
Release: 19%{?dist} Release: 20%{?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/
@ -423,6 +423,12 @@ fi
%{_libexecdir}/%{name}/gvproxy %{_libexecdir}/%{name}/gvproxy
%changelog %changelog
* Mon Mar 17 2025 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-20
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel
(https://github.com/containers/podman/commit/0e11f82)
- fixes "CVE-2025-22869 container-tools:rhel8/podman: Potential denial of service in golang.org/x/crypto [rhel-8.10.z]"
- Resolves: RHEL-81299
* Fri Jan 24 2025 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-19 * Fri Jan 24 2025 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-19
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel - update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel
(https://github.com/containers/podman/commit/bfdd4c2) (https://github.com/containers/podman/commit/bfdd4c2)