From c435a8dc368a85b6497888e52b9ef52a9994dcda Mon Sep 17 00:00:00 2001 From: wujing Date: Mon, 28 Jun 2021 16:54:16 +0800 Subject: [PATCH] add git\gcc\gcc-c++ to build requires Signed-off-by: wujing --- lcr.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lcr.spec b/lcr.spec index 7053ed0..dda7ee8 100644 --- a/lcr.spec +++ b/lcr.spec @@ -1,5 +1,5 @@ %global _version 2.0.5 -%global _release 20210624.185408.git4ce88a49 +%global _release 20210628.165131.git738752d8 %global _inner_name isula_libutils Name: lcr @@ -26,7 +26,7 @@ Patch11: 0011-support-auto-resize-of-isulad-shim.patch %define lxcver 4.0.3-2021012801 -BuildRequires: cmake +BuildRequires: cmake gcc gcc-c++ git BuildRequires: lxc >= %{lxcver} BuildRequires: lxc-devel >= %{lxcver} BuildRequires: zlib-devel yajl-devel gtest-devel @@ -112,6 +112,12 @@ rm -rf %{buildroot} %{_includedir}/%{_inner_name}/*.h %changelog +* Mon Jun 28 2021 wujing - 2.0.5-20210628.165131.git738752d8 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC: add git and gcc to build require + * Thu Jun 24 2021 wujing - 2.0.5-20210624.185408.git4ce88a49 - Type:enhancement - ID:NA