Rebuild for CVE-2024-24791

Resolves: RHEL-47194
This commit is contained in:
Debarshi Ray 2024-08-09 19:18:01 +02:00
parent a4c1d27b33
commit 64f62c013f

View File

@ -25,13 +25,13 @@ Version: 0.0.99.5
%if 0%{?rhel}
%if 0%{?rhel} == 9
%global toolbx_go 1.22.3-2
%global toolbx_go 1.22.5
%elif 0%{?rhel} == 10
%global toolbx_go 1.22.3-2
%global toolbx_go 1.22.5
%endif
%endif
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Tool for interactive command line environments on Linux
License: ASL 2.0
@ -197,6 +197,10 @@ install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/%{name}.conf
%changelog
* Fri Aug 09 2024 Debarshi Ray <rishi@fedoraproject.org> - 0.0.99.5-5
- Rebuild for CVE-2024-24791
Resolves: RHEL-47194
* Wed Jun 19 2024 Debarshi Ray <rishi@fedoraproject.org> - 0.0.99.5-4
- Rebuild for CVE-2024-24788
Resolves: RHEL-35942