!182 修改依赖

From: @zhengxiaoxiaoGitee 
Reviewed-by: @houmingyong 
Signed-off-by: @houmingyong
This commit is contained in:
openeuler-ci-bot 2024-06-06 09:36:36 +00:00 committed by Gitee
commit f06a3d6edc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: secGear
Version: 0.1.0
Release: 39
Release: 40
Summary: secGear is an SDK to develop confidential computing apps based on hardware enclave features
@ -96,7 +96,7 @@ Requires: rsyslog openssl-libs
%ifarch x86_64
Requires: linux-sgx-driver sgxsdk libsgx-launch libsgx-urts libsgx-aesm-launch-plugin intel-sgx-ssl
%else
Requires: itrustee_sdk kunpengsecl-attester
Requires: itrustee_sdk
%endif
%description
@ -123,6 +123,7 @@ The %{name}-sim is package contains simulation libraries for developing applicat
%else
%package aa
Summary: Attestation agent for %{name}
Requires: kunpengsecl-attester
%description aa
The %{name}-aa is package contains attestation agent
@ -251,6 +252,9 @@ popd
systemctl restart rsyslog
%changelog
* Thu Jun 6 2024 zhengxiaoxiao <zhengxiaoxiao2@huawei.com> - 0.1.0-40
- modify Requires
* Wed Jun 5 2024 zhengxiaoxiao <zhengxiaoxiao2@huawei.com> - 0.1.0-39
- modify verifier features and cargo build command