diff --git a/itrustee_sdk.spec b/itrustee_sdk.spec index 674c23256f2f26862bdb6bdd09da9c6cb5fa5a8d..3e74cb633239eaf45c53aadb0f4509e6f640cff5 100644 --- a/itrustee_sdk.spec +++ b/itrustee_sdk.spec @@ -1,6 +1,6 @@ Name: itrustee_sdk Version: 0.1.0 -Release: 8 +Release: 9 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 @@ -54,6 +54,9 @@ strip %{buildroot}/lib64/*.so /lib64/libteec_adaptor.so %changelog +* Tue Nov 22 2022 gaoyusong - 0.1.0-9 +- DESC: fix error source pkg + * Wed Aug 03 2022 zhengxiaoxiao - 0.1.0-8 - DESC: split itrustee_sdk into itrustee_sdk and itrustee_sdk-devel 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