change requires for secGear

This commit is contained in:
modric 2022-05-19 01:46:35 +00:00 committed by Gitee
parent 55336b5b04
commit 8ca4ecb040
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: secGear Name: secGear
Version: 0.1.0 Version: 0.1.0
Release: 24 Release: 25
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
@ -66,7 +66,7 @@ BUildRequires: itrustee_sdk
Requires: rsyslog Requires: rsyslog
%ifarch x86_64 %ifarch x86_64
Requires: linux-sgx-driver sgxsdk libsgx-launch libsgx-urts libsgx-aesm-launch-plugin Requires: linux-sgx-driver libsgx-launch libsgx-urts libsgx-aesm-launch-plugin
%else %else
Requires: itrustee_sdk Requires: itrustee_sdk
%endif %endif
@ -172,6 +172,9 @@ popd
systemctl restart rsyslog systemctl restart rsyslog
%changelog %changelog
* Thu May 19 2022 wangyu <wangyu283@huawei.com> - 0.1.0-25
- DESC: change requires for secGear
* Thu Apr 28 2022 gaoyusong<gaoyusong2@huawei.com> - 0.1.0-24 * Thu Apr 28 2022 gaoyusong<gaoyusong2@huawei.com> - 0.1.0-24
- DESC: backport some patches from openEuler - DESC: backport some patches from openEuler