From 2690783221200ac3e832bf5a5d9306d8da0c4c86 Mon Sep 17 00:00:00 2001 From: YoungJQ Date: Wed, 2 Sep 2020 11:38:24 +0800 Subject: [PATCH] clibcni : modify source0 address in spec file Signed-off-by: YoungJQ --- clibcni.spec | 10 ++++++++-- clibcni-2.0.2.tar.gz => v2.0.2.tar.gz | Bin 2 files changed, 8 insertions(+), 2 deletions(-) rename clibcni-2.0.2.tar.gz => v2.0.2.tar.gz (100%) diff --git a/clibcni.spec b/clibcni.spec index a492e7c..0ea2d87 100644 --- a/clibcni.spec +++ b/clibcni.spec @@ -1,5 +1,5 @@ %global _version 2.0.2 -%global _release 20200526.193115.git5f0148bc +%global _release 20200902.113625.git660192c5 Name: clibcni Version: %{_version} Release: %{_release} @@ -7,7 +7,7 @@ Summary: CNI - the Container Network Interface Group: System Environment/Libraries License: Mulan PSL v2 URL: https://gitee.com/openeuler/clibcni -Source0: %{name}-2.0.2.tar.gz +Source0: https://gitee.com/openeuler/clibcni/repository/archive/v%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version} BuildRequires: gcc @@ -87,3 +87,9 @@ rm -rf %{buildroot} %changelog +* Wed Sep 02 2020 YoungJQ - 2.0.2-20200902.113625.git660192c5 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC: modify source0 address + diff --git a/clibcni-2.0.2.tar.gz b/v2.0.2.tar.gz similarity index 100% rename from clibcni-2.0.2.tar.gz rename to v2.0.2.tar.gz -- Gitee