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