From 5f48e690e58334afcdfd95a3d8f94f874c78fdc5 Mon Sep 17 00:00:00 2001 From: hzero1996 Date: Tue, 15 Mar 2022 10:07:35 +0800 Subject: [PATCH] fix the build failure in arm --- secGear.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/secGear.spec b/secGear.spec index dae33cf..60da95d 100644 --- a/secGear.spec +++ b/secGear.spec @@ -1,6 +1,6 @@ Name: secGear Version: 0.1.0 -Release: 24%{?dist} +Release: 25%{?dist} Summary: secGear is an SDK to develop confidential computing apps based on hardware enclave features @@ -60,7 +60,7 @@ BUildRequires: glibc glibc-devel cmake ocaml-dune rpm gcc-c++ %ifarch x86_64 BUildRequires: linux-sgx-driver sgxsdk libsgx-launch libsgx-urts openssl %else -BUildRequires: itrustee_sdk +BUildRequires: itrustee_sdk itrustee_sdk-devel %endif Requires: rsyslog @@ -171,6 +171,9 @@ popd systemctl restart rsyslog %changelog +* Tue Mar 15 2022 wangcheng - 0.1.0-25 +* DESC: fix the building failure in arm + * Thu Mar 10 2022 wangcheng - 0.1.0-24 * DESC: fix some bugs -- Gitee