diff --git a/virtCCA_sdk-v0.1.1.tar.gz b/virtCCA_sdk-v0.1.1.tar.gz deleted file mode 100644 index 809a02c64a6f892cb98448e9a56637835c23101e..0000000000000000000000000000000000000000 Binary files a/virtCCA_sdk-v0.1.1.tar.gz and /dev/null differ diff --git a/virtCCA_sdk-v0.1.2.tar.gz b/virtCCA_sdk-v0.1.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..da4a1d8375b5eb9f9ce474e1b3d6070e3118d9a7 Binary files /dev/null and b/virtCCA_sdk-v0.1.2.tar.gz differ diff --git a/virtCCA_sdk.spec b/virtCCA_sdk.spec index 20f6e6a1f49edc82c5df95c9c8904935ffbc29df..1fabae33aee0d5ae70eb21b1e655f471a889f2d6 100644 --- a/virtCCA_sdk.spec +++ b/virtCCA_sdk.spec @@ -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 - 0.1.2-1 +- DESC:Merge read token interface + * Fri May 31 2024 lishengjie - 0.1.1-1 - DESC:Add sealing key lib