diff --git a/toolbox.spec b/toolbox.spec index 0849561..807f2dd 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -11,7 +11,7 @@ Version: 0.0.99.3 %global goipath github.com/containers/%{name} %gometa -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool for containerized command line environments on Linux License: ASL 2.0 @@ -124,6 +124,10 @@ install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/%{name}.conf %changelog +* Mon May 16 2022 Debarshi Ray - 0.0.99.3-3 +- Rebuild for FIPS-mode memory leak in the Go toolchain +Resolves: #2060769 + * Wed May 11 2022 Jindrich Novy - 0.0.99.3-2 - BuildRequires: /usr/bin/go-md2man - Related: #2061316