From bf19c344e30824a249f1edcb3e0317e891c930c1 Mon Sep 17 00:00:00 2001 From: YoungJQ Date: Wed, 2 Sep 2020 11:28:50 +0800 Subject: [PATCH] lcr : modify source0 address in spec file Signed-off-by: YoungJQ --- lcr.spec | 10 ++++++++-- lcr-2.0.2.tar.gz => v2.0.2.tar.gz | Bin 2 files changed, 8 insertions(+), 2 deletions(-) rename lcr-2.0.2.tar.gz => v2.0.2.tar.gz (100%) diff --git a/lcr.spec b/lcr.spec index dcc3ff4..7dbcbbe 100644 --- a/lcr.spec +++ b/lcr.spec @@ -1,12 +1,12 @@ %global _version 2.0.2 -%global _release 20200628.162917.gitafc142aa +%global _release 20200902.112545.git24f07933 %global _inner_name isula_libutils Name: lcr Version: %{_version} Release: %{_release} URL: https://gitee.com/openeuler/lcr -Source: lcr-%{version}.tar.gz +Source: https://gitee.com/openeuler/lcr/repository/archive/v%{version}.tar.gz Summary: Lightweight Container Runtime Group: Applications/System License: LGPLv2.1+ @@ -109,5 +109,11 @@ rm -rf %{buildroot} %changelog +* Wed Sep 02 2020 YoungJQ - 2.0.2-20200902.112545.git24f07933 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC: modify source0 address + * Fri Apr 14 2017 Hui Wang - 0.0.1 - Initial RPM release diff --git a/lcr-2.0.2.tar.gz b/v2.0.2.tar.gz similarity index 100% rename from lcr-2.0.2.tar.gz rename to v2.0.2.tar.gz -- Gitee