diff --git a/itrustee_sdk.spec b/itrustee_sdk.spec index 6b61d54299610444bd998b3d61d1b5f87b25e6dd..2229adb5557a591782c9c98e0ff2ed2066f0a638 100644 --- a/itrustee_sdk.spec +++ b/itrustee_sdk.spec @@ -1,6 +1,6 @@ Name: itrustee_sdk Version: 0.1.0 -Release: 7 +Release: 8 Summary: Confidential computing framework for developing TA on itrustee OS ExclusiveArch: aarch64 @@ -25,7 +25,7 @@ The %{name}-devel is package contains Header file for developing applications th us %{name} %prep -%autosetup -n %{name} -p1 +%autosetup -n %{name}-v%{version} -p1 %build sed -i 's/fPIC/fPIC -g/g' Makefile @@ -53,6 +53,9 @@ strip %{buildroot}/lib64/*.so /lib64/libteec_adaptor.so %changelog +* Tue Nov 22 2022 gaoyusong - 0.1.0-8 +- DESC:fix error source pkg + * Tue Oct 18 2022 zhengxiaoxiao - 0.1.0-7 - DESC:support: no-copy shared memory diff --git a/v0.1.0.tar.gz b/v0.1.0.tar.gz index 26b2fd9efe3a3de243330c20161c376c91933aa2..3827a4b5cf8554460c1268cb574d77b0510d326d 100644 Binary files a/v0.1.0.tar.gz and b/v0.1.0.tar.gz differ