!1 remove dup depend

Merge pull request !1 from openEuler-iSula/master
This commit is contained in:
openeuler-ci-bot 2019-12-25 18:34:01 +08:00 committed by Gitee
commit d3008fc09b
2 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@ endif()
option(VERSION "set lcrd version" ON) option(VERSION "set lcrd version" ON)
if (VERSION STREQUAL "ON") if (VERSION STREQUAL "ON")
set(LCRD_VERSION "1.1.1") set(LCRD_VERSION "1.1.2")
endif() endif()
option(DEBUG "set lcrd gcc option" ON) option(DEBUG "set lcrd gcc option" ON)

View File

@ -1,5 +1,5 @@
%global _version 1.1.1 %global _version 1.1.2
%global _release 20191222.225449.gitaa7147bf %global _release 20191224.232827.git9001f2f6
%global is_systemd 1 %global is_systemd 1
%global debug_package %{nil} %global debug_package %{nil}
@ -30,7 +30,7 @@ Requires(preun): initscripts
%endif %endif
BuildRequires: cmake gcc-c++ lxc lxc-devel lcr yajl yajl-devel clibcni-devel 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: libsecurec libsecurec-devel libcurl libcurl-devel sqlite-devel
BuildRequires: http-parser-devel libevhtp-devel libevent-devel BuildRequires: http-parser-devel libevhtp-devel libevent-devel
BuildRequires: libseccomp-devel libcap-devel libwebsockets libwebsockets-devel BuildRequires: libseccomp-devel libcap-devel libwebsockets libwebsockets-devel