From ba2622d330a684b5c6fc4e0f48843e4a1d308712 Mon Sep 17 00:00:00 2001 From: chenjiankun Date: Fri, 18 Nov 2022 15:16:33 +0800 Subject: [PATCH] kata_integration:correct spec name from kata-integration.spec to kata_integration.spec fix #I61VTF --- kata-integration.spec => kata_integration.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) rename kata-integration.spec => kata_integration.spec (88%) diff --git a/kata-integration.spec b/kata_integration.spec similarity index 88% rename from kata-integration.spec rename to kata_integration.spec index de2e02f..6ae977f 100644 --- a/kata-integration.spec +++ b/kata_integration.spec @@ -1,6 +1,6 @@ %global debug_package %{nil} %define VERSION v1.0.0 -%define RELEASE 6 +%define RELEASE 7 Name: kata-integration Version: %{VERSION} @@ -28,6 +28,12 @@ This is a usefult tool for building Kata Container components. %doc %changelog +* Fri Nov 18 2022 chenjiankun - v1.0.0-7 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:correct spec name from kata-integration.spec to kata_integration.spec + * Tue Aug 24 2021 jikui - 1.0.0-6 - Type:enhancement - ID:NA -- Gitee