From 22c3a6e2a991b456ddbf053174ff89a78ddc4785 Mon Sep 17 00:00:00 2001 From: YoungJQ Date: Wed, 2 Sep 2020 11:48:42 +0800 Subject: [PATCH] iSulad : modify source0 address in spec file Signed-off-by: YoungJQ --- iSulad.spec | 11 +++++++++-- iSulad-2.0.3.tar.gz => v2.0.3.tar.gz | Bin 2 files changed, 9 insertions(+), 2 deletions(-) rename iSulad-2.0.3.tar.gz => v2.0.3.tar.gz (100%) diff --git a/iSulad.spec b/iSulad.spec index d46c4ea..fbdfa49 100644 --- a/iSulad.spec +++ b/iSulad.spec @@ -1,5 +1,5 @@ %global _version 2.0.3 -%global _release 20200714.103041.git4c67aa03 +%global _release 20200902.114727.git6d945f26 %global is_systemd 1 %global debug_package %{nil} @@ -9,7 +9,7 @@ Release: %{_release} Summary: Lightweight Container Runtime Daemon License: Mulan PSL v2 URL: https://gitee.com/openeuler/iSuladd40006-CI-add-testcases-use-host-rootfs.patch -Source: iSulad-%{version}.tar.gz +Source0: https://gitee.com/openeuler/iSulad/repository/archive/v%{version}.tar.gz BuildRoot: {_tmppath}/iSulad-%{version} ExclusiveArch: x86_64 aarch64 @@ -222,3 +222,10 @@ fi %else %config(noreplace,missingok) %{_initddir}/isulad.init %endif + +%changelog +* Wed Sep 02 2020 YoungJQ - 2.0.3-20200902.114727.git6d945f26 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC: modify source0 address diff --git a/iSulad-2.0.3.tar.gz b/v2.0.3.tar.gz similarity index 100% rename from iSulad-2.0.3.tar.gz rename to v2.0.3.tar.gz