From 4cf009be4860f2ab2970f161dff912dfdac22cbe Mon Sep 17 00:00:00 2001 From: whzhe Date: Tue, 26 Jan 2021 15:49:59 +0800 Subject: [PATCH] only compile arch x86_64 --- secGear.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/secGear.spec b/secGear.spec index 655e8ca..006eef3 100644 --- a/secGear.spec +++ b/secGear.spec @@ -1,10 +1,11 @@ Name: secGear Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: secGear is an SDK to develop confidential computing apps based on hardware enclave features +ExclusiveArch: x86_64 -Group: OS Securitt -License: MulanPSL2 +Group: OS Security +License: Mulan PSL v2 URL: https://gitee.com/openeuler-src/secGear Source0: %{name}-%{version}.tar.gz -- Gitee