!11 lcr: update version to 2.0
Merge pull request !11 from lifeng_isula/update_2.0
This commit is contained in:
commit
9986e10ec2
@ -5,7 +5,7 @@ include(cmake/set_build_flags.cmake)
|
|||||||
|
|
||||||
option(VERSION "set lcr version" ON)
|
option(VERSION "set lcr version" ON)
|
||||||
if (VERSION STREQUAL "ON")
|
if (VERSION STREQUAL "ON")
|
||||||
set(LCR_VERSION "1.0.20")
|
set(LCR_VERSION "2.0.0")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
option(DEBUG "set lcr gcc option" ON)
|
option(DEBUG "set lcr gcc option" ON)
|
||||||
|
|||||||
6
lcr.spec
6
lcr.spec
@ -1,10 +1,10 @@
|
|||||||
%global _version 1.0.20
|
%global _version 2.0.0
|
||||||
%global _release 20200215.125545.git330d8cda
|
%global _release 20200318.003237.gitcdd4f8ab
|
||||||
Name: lcr
|
Name: lcr
|
||||||
Version: %{_version}
|
Version: %{_version}
|
||||||
Release: %{_release}
|
Release: %{_release}
|
||||||
URL: lcr
|
URL: lcr
|
||||||
Source: lcr-1.0.tar.gz
|
Source: lcr-2.0.tar.gz
|
||||||
Summary: Lightweight Container Runtime
|
Summary: Lightweight Container Runtime
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: Mulan PSL v1
|
License: Mulan PSL v1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user