From 22184f05b38add3e4ecefb01b57abdce4df24db8 Mon Sep 17 00:00:00 2001 From: hzero1996 Date: Tue, 15 Mar 2022 10:37:26 +0800 Subject: [PATCH] fix the build failure in arm --- secGear.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/secGear.spec b/secGear.spec index dae33cf..73f5b81 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 @@ -58,14 +58,14 @@ Patch44: 0045-optimize-the-private-key-usage-of-the-single-step-si.patch BuildRequires: gcc python automake autoconf libtool BUildRequires: glibc glibc-devel cmake ocaml-dune rpm gcc-c++ %ifarch x86_64 -BUildRequires: linux-sgx-driver sgxsdk libsgx-launch libsgx-urts openssl +BUildRequires: sgxsdk libsgx-launch libsgx-urts openssl %else -BUildRequires: itrustee_sdk +BUildRequires: itrustee_sdk itrustee_sdk-devel %endif Requires: rsyslog %ifarch x86_64 -Requires: sgxsdk libsgx-launch libsgx-urts libsgx-aesm-launch-plugin +Requires: linux-sgx-driver sgxsdk libsgx-launch libsgx-urts libsgx-aesm-launch-plugin %else Requires: itrustee_sdk %endif @@ -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