From 31e5bcbb159b9303c757847290697fc8c36d605f Mon Sep 17 00:00:00 2001 From: xinghe <7553987+xinghe_1@user.noreply.gitee.com> Date: Tue, 23 Feb 2021 10:00:28 +0800 Subject: [PATCH] fix release --- kata-containers.spec | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/kata-containers.spec b/kata-containers.spec index bb9449a..2035d30 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 9 Name: kata-containers Version: %{VERSION} @@ -90,18 +90,12 @@ install -p -m 640 -D ./runtime/cli/config/configuration-qemu.toml %{buildroot}/u %changelog -* Fri Feb 19 2021 xinghe - 1.11.1-10 +* Fri Feb 19 2021 xinghe - 1.11.1-9 - Type:CVE - ID:NA - SUG:NA - DESC:fix CVE-2020-28914 -* Fri Jan 8 2021 LiangZhang - 1.11.1-9 -- Type:bugfix -- ID:NA -- SUG:NA -- DESC:fixup that the getPids functions returns pid - * Thu Jan 7 2021 LiangZhang - 1.11.1-8 - Type:feature - ID:NA -- Gitee