From 47af817266890067c830d7f1187c053bfae86629 Mon Sep 17 00:00:00 2001 From: holyfei Date: Sat, 5 Sep 2020 15:36:44 +0800 Subject: [PATCH] kata_integration: change source format to URL reason: change source format to URL to meet the requirement of openEuler Signed-off-by: holyfei --- kata-integration.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/kata-integration.spec b/kata-integration.spec index 7664af5..469b493 100644 --- a/kata-integration.spec +++ b/kata-integration.spec @@ -1,14 +1,14 @@ %global debug_package %{nil} %define VERSION v1.0.0 -%define RELEASE 1 +%define RELEASE 2 Name: kata-integration Version: %{VERSION} Release: %{RELEASE} Summary: Kata Container integration License: Apache 2.0 -URL: https://gitee.com/src-openeuler/kata_integration -Source0: %{name}-%{version}.tar.gz +URL: https://gitee.com/openeuler/kata_integration +Source0: https://gitee.com/openeuler/kata_integration/repository/archive/v1.0.0?format=tar.gz#/%{name}-%{version}.tar.gz BuildRoot: %_topdir/BUILDROOT BuildRequires: automake gcc glibc-devel glibc-static patch @@ -28,6 +28,12 @@ This is a usefult tool for building Kata Container components. %doc %changelog +* Sat Sep 5 2020 jiangpengf - 1.0.0-2 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:change Source format to URL + * Wed Aug 26 2020 jiangpengf - 1.0.0-1 - Type:enhancement - ID:NA -- Gitee