From 520421cde4d51570823145b27cdda37620893bde Mon Sep 17 00:00:00 2001 From: chenmaodong Date: Wed, 21 Oct 2020 18:45:14 +0800 Subject: [PATCH] specify x86_64 as the building architecure Signed-off-by: chenmaodong --- linux-sgx-driver.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/linux-sgx-driver.spec b/linux-sgx-driver.spec index 565d96e..bc36a71 100644 --- a/linux-sgx-driver.spec +++ b/linux-sgx-driver.spec @@ -1,7 +1,8 @@ Name: linux-sgx-driver Version: 2.11 -Release: 1 +Release: 2 Summary: Intel SGX Linux* Driver +ExclusiveArch: x86_64 License: BSD-3-Clause and GPL-2.0 License URL: https://github.com/intel/linux-sgx-driver Source0: https://github.com/intel/linux-sgx-driver/archive/sgx_driver_%{version}.tar.gz @@ -56,6 +57,9 @@ sed -i '/^isgx$/d' /etc/modules %changelog +* Wed Oct 21 2020 chenmaodong - 2.11.2 +- specify x86_64 as the building architecure + * Sat Oct 10 2020 chenmaodong - 2.11.1 - init