add requires for secGear: libsgx-aesm-launch-plugin ocaml-dune
Signed-off-by: chenmaodong <chenmaodong@huawei.com>
This commit is contained in:
parent
fd9132785d
commit
8eb7214776
@ -1,6 +1,6 @@
|
|||||||
Name: secGear
|
Name: secGear
|
||||||
Version: 0.1.0
|
Version: 0.1.0
|
||||||
Release: 19%{?dist}
|
Release: 20%{?dist}
|
||||||
Summary: secGear is an SDK to develop confidential computing apps based on hardware enclave features
|
Summary: secGear is an SDK to develop confidential computing apps based on hardware enclave features
|
||||||
|
|
||||||
|
|
||||||
@ -59,7 +59,7 @@ BUildRequires: itrustee_sdk
|
|||||||
|
|
||||||
Requires: rsyslog
|
Requires: rsyslog
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
Requires: linux-sgx-driver sgxsdk libsgx-launch libsgx-urts
|
Requires: linux-sgx-driver sgxsdk libsgx-launch libsgx-urts libsgx-aesm-launch-plugin
|
||||||
%else
|
%else
|
||||||
Requires: itrustee_sdk
|
Requires: itrustee_sdk
|
||||||
%endif
|
%endif
|
||||||
@ -69,7 +69,7 @@ secGear is an SDK to develop confidential computing apps based on hardware encla
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name}%{?isa} = %{version}-%{release} cmake
|
Requires: %{name}%{?isa} = %{version}-%{release} cmake ocaml-dune
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel is package contains Header file for developing applications that
|
The %{name}-devel is package contains Header file for developing applications that
|
||||||
us %{name}
|
us %{name}
|
||||||
@ -160,6 +160,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 19 2021 chenmaodong<chenmaodong@huawei.com> - 0.1.0-20
|
||||||
|
- DESC: add requires for secGear: libsgx-aesm-launch-plugin ocaml-dune
|
||||||
|
|
||||||
* Fri Jul 2 2021 zhangguangzhi<zhangguangzhi3@huawei.com> - 0.1.0-19
|
* Fri Jul 2 2021 zhangguangzhi<zhangguangzhi3@huawei.com> - 0.1.0-19
|
||||||
- DESC: add buildrequires openssl for x86
|
- DESC: add buildrequires openssl for x86
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user