diff --git a/cmake/options.cmake b/cmake/options.cmake index 60b040c1b7dc3b6d3a4b2e25800a718374ab55c9..c9dfa3a97819d7d64ec0b03f9789eafbf2156fef 100644 --- a/cmake/options.cmake +++ b/cmake/options.cmake @@ -33,7 +33,7 @@ endif() option(VERSION "set lcrd version" ON) if (VERSION STREQUAL "ON") - set(LCRD_VERSION "1.1.1") + set(LCRD_VERSION "1.1.2") endif() option(DEBUG "set lcrd gcc option" ON) diff --git a/iSulad.spec b/iSulad.spec index 7df4c38e2f3f32e7b33320705062e3fbeccc9db9..638f6f4bfb724e4af68d1bfb2eef29235ab9bc52 100644 --- a/iSulad.spec +++ b/iSulad.spec @@ -1,5 +1,5 @@ -%global _version 1.1.1 -%global _release 20191222.225449.gitaa7147bf +%global _version 1.1.2 +%global _release 20191224.232827.git9001f2f6 %global is_systemd 1 %global debug_package %{nil} @@ -30,7 +30,7 @@ Requires(preun): initscripts %endif BuildRequires: cmake gcc-c++ lxc lxc-devel lcr yajl yajl-devel clibcni-devel -BuildRequires: grpc grpc-devel protobuf-devel grpc-plugins +BuildRequires: grpc grpc-devel protobuf-devel BuildRequires: libsecurec libsecurec-devel libcurl libcurl-devel sqlite-devel BuildRequires: http-parser-devel libevhtp-devel libevent-devel BuildRequires: libseccomp-devel libcap-devel libwebsockets libwebsockets-devel