Add BuildRequires openssl

Signed-off-by: yueyuankun <yueyuankun@kylinos.cn>
This commit is contained in:
yueyuankun 2024-03-27 09:56:07 +08:00
parent 037ebfbfe2
commit c9c949b6d6

View File

@ -1,7 +1,7 @@
%define openssl_version 1.1.1t
Name: intel-sgx-ssl
Version: 2.19
Release: 2
Release: 3
Summary: Intel® Software Guard Extensions SSL
ExclusiveArch: x86_64
License: OpenSSL and BSD-3-Clause
@ -14,7 +14,7 @@ Patch1: 0002-adapt-openssl-CVE.patch
Patch2: 0003-add-definition-for-FILE-variable.patch
BuildRequires: gcc gcc-c++
BuildRequires: libsgx-launch libsgx-urts sgxsdk perl
BuildRequires: libsgx-launch libsgx-urts sgxsdk perl openssl
Requires: glibc sgxsdk >= %{version}-%{release}
@ -67,6 +67,9 @@ cp License.txt $RPM_BUILD_ROOT/opt/intel/sgxssl/docs/
/opt/intel/sgxssl/include/*
%changelog
* Mon Mar 25 2024 yueyuankun <yueyuankun@kylinos.cn> - 2.19-3
- Add BuildRequires openssl
* Thu Aug 10 2023 zhoushuiqing <zhoushuiqing2@huawei.com> - 2.19-2
- Add definition for FILE variable