From c4cb9d3f293d8398677b194c533824b5b78739b6 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 17 May 2022 19:28:46 +0200 Subject: [PATCH] Bump the minimum required golang version for added reassurance Resolves: #2060769, #2089194 --- toolbox.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/toolbox.spec b/toolbox.spec index 807f2dd..06f6042 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -11,7 +11,7 @@ Version: 0.0.99.3 %global goipath github.com/containers/%{name} %gometa -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tool for containerized command line environments on Linux License: ASL 2.0 @@ -32,7 +32,7 @@ Patch102: toolbox-Add-migration-paths-for-coreos-toolbox-users.patch # https://bugzilla.redhat.com/show_bug.cgi?id=1905383 ExcludeArch: %{ix86} -BuildRequires: golang >= 1.13 +BuildRequires: golang >= 1.17.7 BuildRequires: /usr/bin/go-md2man BuildRequires: meson >= 0.58.0 BuildRequires: pkgconfig(bash-completion) @@ -124,6 +124,10 @@ install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/%{name}.conf %changelog +* Tue May 17 2022 Debarshi Ray - 0.0.99.3-4 +- Bump the minimum required golang version for added reassurance +Resolves: #2060769, #2089194 + * Mon May 16 2022 Debarshi Ray - 0.0.99.3-3 - Rebuild for FIPS-mode memory leak in the Go toolchain Resolves: #2060769