Rebuild for CVE-2024-24788

Resolves: RHEL-35915
This commit is contained in:
Debarshi Ray 2024-06-19 16:58:38 +02:00
parent 067963eddf
commit 0949203a92

View File

@ -27,11 +27,11 @@ Version: 0.0.99.5
%if 0%{?rhel} == 9
%global toolbx_go 1.21.7
%elif 0%{?rhel} == 10
%global toolbx_go 1.21.3
%global toolbx_go 1.22.3-2
%endif
%endif
Release: 11%{?dist}
Release: 12%{?dist}
Summary: Tool for interactive command line environments on Linux
License: Apache-2.0
@ -206,6 +206,10 @@ install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/%{name}.conf
%changelog
* Tue May 07 2024 Debarshi Ray <rishi@fedoraproject.org> - 0.0.99.5-12
- Rebuild for CVE-2024-24788
Resolves: RHEL-35915
* Tue May 07 2024 Debarshi Ray <rishi@fedoraproject.org> - 0.0.99.5-11
- Unbreak the tests with Podman 5.0
Resolves: RHEL-36170