From 7e4ba16f0ba9797785e08fa03f43e2b9a738d511 Mon Sep 17 00:00:00 2001 From: openeuler-iSula Date: Wed, 25 Dec 2019 17:56:03 +0800 Subject: [PATCH] iSulad: remove dup depend 1. remove dup depend 2. update version Signed-off-by: openeuler-iSula --- cmake/options.cmake | 2 +- iSulad.spec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmake/options.cmake b/cmake/options.cmake index 60b040c..c9dfa3a 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 7df4c38..638f6f4 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 -- Gitee