From 5967a04c0d0668a1db7dcd50d73b2df86d139947 Mon Sep 17 00:00:00 2001 From: tangjie02 Date: Wed, 20 Oct 2021 15:23:33 +0800 Subject: [PATCH] Modify the zlog to build dependency. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改zlog为编译时依赖 Signed-off-by: tangjie02 --- kiran-log.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kiran-log.spec b/kiran-log.spec index ee66d18..7eec6f5 100644 --- a/kiran-log.spec +++ b/kiran-log.spec @@ -11,8 +11,7 @@ Source0: %{name}-%{version}.tar.gz BuildRequires: cmake >= 3.8 BuildRequires: gcc-c++ BuildRequires: gtest-devel - -Requires: zlog +BuildRequires: zlog %description Kiran log out library