diff --git a/SPECS/toolbox.spec b/SPECS/toolbox.spec index 429072a..284cb8a 100644 --- a/SPECS/toolbox.spec +++ b/SPECS/toolbox.spec @@ -9,7 +9,7 @@ Version: 0.0.99.3 %global goipath github.com/containers/%{name} %gometa -Release: 0.4%{?dist} +Release: 0.5%{?dist} Summary: Unprivileged development environment License: ASL 2.0 @@ -31,7 +31,7 @@ Patch103: toolbox-cmd-root-Suggest-a-way-forward-if-coreos-toolbox-was.patc # https://bugzilla.redhat.com/show_bug.cgi?id=1905383 ExcludeArch: %{ix86} -BuildRequires: golang >= 1.13 +BuildRequires: golang >= 1.17.7 BuildRequires: go-md2man BuildRequires: meson BuildRequires: pkgconfig(bash-completion) @@ -114,6 +114,10 @@ install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/%{name}.conf %changelog +* Fri Apr 08 2022 Jindrich Novy - 0.0.99.3-0.5 +- bump golang BR to 1.17.7 +- Related: #2061390 + * Mon Sep 20 2021 Jindrich Novy - 0.0.99.3-0.4 - Switch to using the Toolbox-specific UBI image by default - Related: #2001445