From f791ecd9e17a14bbe38f2bdcbd786a3ceddfa355 Mon Sep 17 00:00:00 2001 From: chenmaodong Date: Mon, 18 Jan 2021 09:29:27 +0800 Subject: [PATCH] specify x86_64 ad the building architecture Signed-off-by: chenmaodong --- intel-sgx-ssl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/intel-sgx-ssl.spec b/intel-sgx-ssl.spec index bd3ae36..675ea56 100644 --- a/intel-sgx-ssl.spec +++ b/intel-sgx-ssl.spec @@ -1,8 +1,9 @@ %define openssl_version 1.1.1g Name: intel-sgx-ssl Version: 2.10 -Release: 1 +Release: 2 Summary: IntelĀ® Software Guard Extensions SSL +ExclusiveArch: x86_64 License: OpenSSL and BSD 3-clause "New" or "Revised" License URL: https://github.com/intel/intel-sgx-ssl Source0: https://github.com/intel/intel-sgx-ssl/archive/lin_%{version}_%{openssl_version}.zip @@ -56,5 +57,7 @@ cp License.txt $RPM_BUILD_ROOT/opt/intel/sgxssl/docs/ /opt/intel/sgxssl/include/* %changelog +* Mon Jan 18 2021 chenmaodong - 2.10-2 +- init * Thu Dec 29 2020 chenmaodong - 2.10-1 - init