From 55f31dcf9dcf08febda5cdccb01cccef63e48dc0 Mon Sep 17 00:00:00 2001 From: holyfei Date: Wed, 13 Apr 2022 10:02:01 +0800 Subject: [PATCH] kata-containers: export GO111MODULE=off in building Signed-off-by: holyfei --- kata-containers.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/kata-containers.spec b/kata-containers.spec index bb9449a..09d82e4 100644 --- a/kata-containers.spec +++ b/kata-containers.spec @@ -2,7 +2,7 @@ %global debug_package %{nil} %define VERSION v1.11.1 -%define RELEASE 10 +%define RELEASE 11 Name: kata-containers Version: %{VERSION} @@ -55,6 +55,7 @@ make %{?_smp_mflags} cd %{_builddir}/kata_integration mkdir -p -m 750 build +export GO111MODULE=off make runtime make proxy make shim @@ -90,6 +91,12 @@ install -p -m 640 -D ./runtime/cli/config/configuration-qemu.toml %{buildroot}/u %changelog +* Wed Apr 13 2022 yangfeiyu - 1.11.1-11 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add export GO111MODULE=off + * Fri Feb 19 2021 xinghe - 1.11.1-10 - Type:CVE - ID:NA