From 18afd95333b60cbc407d37be330f49114bedb13d Mon Sep 17 00:00:00 2001 From: chenmaodong Date: Mon, 18 Jan 2021 09:19:02 +0800 Subject: [PATCH] specify x86_64 as the building archchitecture Signed-off-by: chenmaodong --- linux-sgx.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/linux-sgx.spec b/linux-sgx.spec index 7b91374..6a3c0d2 100644 --- a/linux-sgx.spec +++ b/linux-sgx.spec @@ -1,7 +1,8 @@ Name: linux-sgx Version: 2.11 -Release: 1 +Release: 2 Summary: Intel(R) Software Guard Extensions for Linux* OS +ExclusiveArch: x86_64 License: BSD License URL: https://github.com/intel/linux-sgx Source0: https://github.com/intel/linux-sgx/archive/sgx_%{version}.tar.gz @@ -88,5 +89,8 @@ rm -rf /opt/sgx_linux_x64_sdk_2.11.100.2.bin %changelog +* Mon Jan 18 2021 chenmaodong - 2.11-2 +- fix arm building error + * Thu Dec 29 2020 chenmaodong - 2.11-1 - init -- Gitee