clibcni: update version to 2.0.0
Signed-off-by: LiFeng <lifeng68@huawei.com>
This commit is contained in:
parent
c600076cc1
commit
84b8a2b2ef
@ -3,7 +3,7 @@ project (clibcni)
|
|||||||
|
|
||||||
option(VERSION "set clibcni version" ON)
|
option(VERSION "set clibcni version" ON)
|
||||||
if (VERSION STREQUAL "ON")
|
if (VERSION STREQUAL "ON")
|
||||||
set(CLIBCNI_VERSION "1.0.8")
|
set(CLIBCNI_VERSION "2.0.0")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
option(DEBUG "set clibcni gcc option" ON)
|
option(DEBUG "set clibcni gcc option" ON)
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
%global _version 1.0.8
|
%global _version 2.0.0
|
||||||
%global _release 20191225.122403.git49093ba7
|
%global _release 20200318.003112.git275f9ee3
|
||||||
Name: clibcni
|
Name: clibcni
|
||||||
Version: %{_version}
|
Version: %{_version}
|
||||||
Release: %{_release}
|
Release: %{_release}
|
||||||
@ -7,7 +7,7 @@ Summary: CNI - the Container Network Interface
|
|||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: Mulan PSL v1
|
License: Mulan PSL v1
|
||||||
URL: clibcni
|
URL: clibcni
|
||||||
Source0: %{name}-1.0.tar.gz
|
Source0: %{name}-2.0.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}
|
BuildRoot: %{_tmppath}/%{name}-%{version}
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user