clibcni: update version to 2.0.0

Signed-off-by: LiFeng <lifeng68@huawei.com>
This commit is contained in:
LiFeng 2020-03-18 04:10:01 -04:00
parent c600076cc1
commit 84b8a2b2ef
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ project (clibcni)
option(VERSION "set clibcni version" ON)
if (VERSION STREQUAL "ON")
set(CLIBCNI_VERSION "1.0.8")
set(CLIBCNI_VERSION "2.0.0")
endif()
option(DEBUG "set clibcni gcc option" ON)

View File

@ -1,5 +1,5 @@
%global _version 1.0.8
%global _release 20191225.122403.git49093ba7
%global _version 2.0.0
%global _release 20200318.003112.git275f9ee3
Name: clibcni
Version: %{_version}
Release: %{_release}
@ -7,7 +7,7 @@ Summary: CNI - the Container Network Interface
Group: System Environment/Libraries
License: Mulan PSL v1
URL: clibcni
Source0: %{name}-1.0.tar.gz
Source0: %{name}-2.0.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}
BuildRequires: gcc