From 24bd88b19b3c03c0042e231b386b1c501a981e78 Mon Sep 17 00:00:00 2001 From: holyfei Date: Fri, 7 Jan 2022 15:28:06 +0800 Subject: [PATCH] kata-containers:set GO111MODULE off for go version 1.17.3 reason:set GO111MODULE off for go version 1.17.3 Signed-off-by: holyfei --- kata-containers.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/kata-containers.spec b/kata-containers.spec index 760eaff..4c38634 100644 --- a/kata-containers.spec +++ b/kata-containers.spec @@ -2,7 +2,7 @@ %global debug_package %{nil} %define VERSION 1.11.1 -%define RELEASE 18 +%define RELEASE 19 Name: kata-containers Version: %{VERSION} @@ -55,10 +55,12 @@ make %{?_smp_mflags} cd %{_builddir}/kata_integration mkdir -p -m 750 build +export GO111MODULE=off make runtime make proxy make shim make initrd +cp -f ./runtime/containerd-shim-kata-v2 ./build/ %install mkdir -p -m 755 %{buildroot}/var/lib/kata @@ -91,6 +93,12 @@ install -p -m 640 -D ./runtime/cli/config/configuration-qemu.toml %{buildroot}/u %doc %changelog +* Fri Jan 7 2022 yangfeiyu - 1.11.1-19 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:set GO111MODULE off for go version 1.17.3 + * Tue Nov 30 2021 yangfeiyu - 1.11.1-18 - Type:feature - ID:NA -- Gitee