import UBI podman-5.6.0-11.el10_1
This commit is contained in:
parent
8e06b0ecec
commit
f2c38865bd
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
v5.6-rhel-3bf5313.tar.gz
|
||||
v5.6-rhel-b194cd9.tar.gz
|
||||
|
||||
22
podman.spec
22
podman.spec
@ -9,7 +9,7 @@
|
||||
|
||||
%global import_path github.com/containers/podman
|
||||
%global branch v5.6-rhel
|
||||
%global commit0 3bf531332cf3895b4a8220532c84e5849824e9e9
|
||||
%global commit0 b194cd996eb74ecf0ff67d710d4b2aaa90e1c27e
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
%global gomodulesmode GO111MODULE=on
|
||||
@ -63,7 +63,7 @@ Epoch: 7
|
||||
Version: 5.6.0
|
||||
# The `AND` needs to be uppercase in the License for SPDX compatibility
|
||||
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
|
||||
Release: 8%{?dist}
|
||||
Release: 11%{?dist}
|
||||
%if %{defined golang_arches_future}
|
||||
ExclusiveArch: %{golang_arches_future}
|
||||
%else
|
||||
@ -382,6 +382,24 @@ ln -s ../virtiofsd %{buildroot}%{_libexecdir}/%{name}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Jan 12 2026 Jindrich Novy <jnovy@redhat.com> - 7:5.6.0-11
|
||||
- update to the latest content of https://github.com/containers/podman/tree/v5.6-rhel
|
||||
(https://github.com/containers/podman/commit/b194cd9)
|
||||
- fixes "podman build system test easily failed with TIMEOUT"
|
||||
- Resolves: RHEL-138650
|
||||
|
||||
* Thu Jan 08 2026 Jindrich Novy <jnovy@redhat.com> - 7:5.6.0-10
|
||||
- update to the latest content of https://github.com/containers/podman/tree/v5.6-rhel
|
||||
(https://github.com/containers/podman/commit/0a20b84)
|
||||
- fixes "CVE-2025-47913 podman: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS [rhel-10.1.z]"
|
||||
- Resolves: RHEL-134778
|
||||
|
||||
* Mon Dec 15 2025 Jindrich Novy <jnovy@redhat.com> - 7:5.6.0-9
|
||||
- update to the latest content of https://github.com/containers/podman/tree/v5.6-rhel
|
||||
(https://github.com/containers/podman/commit/a58af02)
|
||||
- fixes "Bump to runc v1.2.9 or v1.3.4 to get CVE and regression fixes - Podman [rhel-10.1.z]"
|
||||
- Resolves: RHEL-132825
|
||||
|
||||
* Wed Dec 03 2025 Jindrich Novy <jnovy@redhat.com> - 7:5.6.0-8
|
||||
- update to the latest content of https://github.com/containers/podman/tree/v5.6-rhel
|
||||
(https://github.com/containers/podman/commit/3bf5313)
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v5.6-rhel-3bf5313.tar.gz) = 731ba28893b0f4f2a4965b0848fce729546b11618a65cc06d104e411346b7ef3ef354643d7fa8e52f21c145e2085fd30a8a364b629fa0e36c7d2df4c3104a93f
|
||||
SHA512 (v5.6-rhel-b194cd9.tar.gz) = 07774016314a34b227046baf8182aae514741ce8d2941d557b201c1e71ac6d681930ec8373ee8008faccca040cde7c7ecc91e04ecf2f6bf8ae5c71fa6c3e4078
|
||||
|
||||
Loading…
Reference in New Issue
Block a user