diff --git a/toolbox.spec b/toolbox.spec index b44b5dc..8011592 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -25,13 +25,13 @@ Version: 0.0.99.5 %if 0%{?rhel} %if 0%{?rhel} == 9 -%global toolbx_go 1.21.7 +%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: 14%{?dist} +Release: 15%{?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 +* Fri Aug 09 2024 Debarshi Ray - 0.0.99.5-15 +- Rebuild for CVE-2024-24791 +Resolves: RHEL-47199 + * Thu Jul 11 2024 Debarshi Ray - 0.0.99.5-14 - Silence 'rpminspect --tests=stack-prot' - Silence 'rpminspect --tests=annocheck' (part 2)