From 38de222f8826b1f4beb4414121243d2b435e04f9 Mon Sep 17 00:00:00 2001 From: chenmaodong Date: Tue, 27 Apr 2021 20:39:49 +0800 Subject: [PATCH] add cmake to the requires when installing secGear-devel Signed-off-by: chenmaodong --- secGear.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/secGear.spec b/secGear.spec index 8f5bacc..ea1563d 100644 --- a/secGear.spec +++ b/secGear.spec @@ -1,6 +1,6 @@ Name: secGear Version: 0.1.0 -Release: 11%{?dist} +Release: 12%{?dist} Summary: secGear is an SDK to develop confidential computing apps based on hardware enclave features ExclusiveArch: x86_64 @@ -27,11 +27,10 @@ Patch14: 0015-1.fix-the-race-of-ecall-and-enclave-destroy.patch Patch15: 0016-fix-wrong-spelling-and-null-pointer-dereference-issu.patch BuildRequires: gcc python3 automake autoconf libtool -BUildRequires: glibc glibc-devel +BUildRequires: glibc glibc-devel cmake ocaml-dune %ifarch x86_64 BUildRequires: linux-sgx-driver sgxsdk libsgx-launch libsgx-urts %endif -BUildRequires: cmake ocaml-dune Requires: rsyslog %ifarch x86_64 @@ -42,7 +41,7 @@ secGear is an SDK to develop confidential computing apps based on hardware encla %package devel Summary: Development files for %{name} -Requires: %{name}%{?isa} = %{version}-%{release} +Requires: %{name}%{?isa} = %{version}-%{release} cmake %description devel The %{name}-devel is package contains Header file for developing applications that us %{name} @@ -124,6 +123,9 @@ popd %endif %changelog +* Thu Apr 27 2021 chenmaodong - 0.1.0-12 +- DESC: add licenses and thirdparty opensource notice + * Tue Apr 13 2021 wanghongzhe - 0.1.0-11 - DESC: add licenses and thirdparty opensource notice -- Gitee