From 3ca6b0b8d5914891c4453ae375c3b18f61d26615 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mon, 29 Aug 2022 19:51:40 +0000 Subject: [PATCH] import toolbox-0.0.99.3-0.5.module+el8.7.0+16431+bb67d067 --- SPECS/toolbox.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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