clibcni : modify source0 address in spec file

Signed-off-by: YoungJQ <yangjiaqi11@huawei.com>
This commit is contained in:
YoungJQ 2020-09-02 11:38:24 +08:00
parent 660192c5c3
commit 2690783221
2 changed files with 8 additions and 2 deletions

View File

@ -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 <yangjiaqi11@huawei.com> - 2.0.2-20200902.113625.git660192c5
- Type:enhancement
- ID:NA
- SUG:NA
- DESC: modify source0 address