From 21d1376ffc771a14989ca6fe96b7b4d63b99ba54 Mon Sep 17 00:00:00 2001 From: yueyuankun Date: Sat, 8 Jun 2024 20:12:47 +0800 Subject: [PATCH] add Excludearch: loongarch64 --- secGear.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/secGear.spec b/secGear.spec index a2f2530..00db6a9 100644 --- a/secGear.spec +++ b/secGear.spec @@ -1,6 +1,6 @@ Name: secGear Version: 0.1.0 -Release: 46 +Release: 47 Summary: secGear is an SDK to develop confidential computing apps based on hardware enclave features @@ -99,6 +99,8 @@ Requires: linux-sgx-driver sgxsdk libsgx-launch libsgx-urts libsgx-aesm-launch- Requires: itrustee_sdk %endif +Excludearch: loongarch64 + %description secGear is an SDK to develop confidential computing apps based on hardware enclave features @@ -214,6 +216,9 @@ popd systemctl restart rsyslog %changelog +* Sat Jun 08 2024 yueyuankun - 0.1.0-47 +- add Excludearch: loongarch64 + * Wed Mar 29 2024 zhengxiaoxiao - 0.1.0-46 - add codegen compile marco