!5 merge read token interface

From: @lsjhw 
Reviewed-by: @lixiaomingg 
Signed-off-by: @lixiaomingg
This commit is contained in:
openeuler-ci-bot 2024-06-26 08:38:54 +00:00 committed by Gitee
commit 093af8c7b0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
virtCCA_sdk-v0.1.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: virtCCA_sdk
Version: 0.1.1
Version: 0.1.2
Release: 1
ExclusiveArch: aarch64
Summary: %{name} is a SDK for developing virtCCA remote attestation and key derivation.
@ -8,7 +8,7 @@ License: MulanPSL-2.0
URL: https://gitee.com/openeuler/virtCCA_sdk
Source0: https://gitee.com/openeuler/virtCCA_sdk/repository/archive/virtCCA_sdk-v%{version}.tar.gz
BuildRequires: gcc gcc-c++ glibc glibc-devel glib2-devel cmake openssl openssl-devel rpm
BuildRequires: gcc glibc glibc-devel glib2-devel cmake openssl openssl-devel rpm
Requires: openssl-libs
@ -64,6 +64,9 @@ install -pm 644 sealing_key/sdk/inc/sealing_key.h %{buildroot}/%{_includedir}
%{_libdir}/libvccaattestation.a
%changelog
* Wed Jun 26 2024 lishengjie<lishengjie12@huawei.com> - 0.1.2-1
- DESC:Merge read token interface
* Fri May 31 2024 lishengjie<lishengjie12@huawei.com> - 0.1.1-1
- DESC:Add sealing key lib