提交 7413366c 编写于 作者: L LiFeng

Release clibcni 2.0.0

Signed-off-by: NLiFeng <lifeng68@huawei.com>
上级 275f9ee3
...@@ -3,7 +3,7 @@ project (clibcni) ...@@ -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)
......
%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 ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册