!31 fix error source pkg

From: @gys66 
Reviewed-by: @houmingyong 
Signed-off-by: @houmingyong
This commit is contained in:
openeuler-ci-bot 2022-11-22 09:22:01 +00:00 committed by Gitee
commit 610b0111be
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: itrustee_sdk Name: itrustee_sdk
Version: 0.1.0 Version: 0.1.0
Release: 7 Release: 8
Summary: Confidential computing framework for developing TA on itrustee OS Summary: Confidential computing framework for developing TA on itrustee OS
ExclusiveArch: aarch64 ExclusiveArch: aarch64
@ -25,7 +25,7 @@ The %{name}-devel is package contains Header file for developing applications th
us %{name} us %{name}
%prep %prep
%autosetup -n %{name} -p1 %autosetup -n %{name}-v%{version} -p1
%build %build
sed -i 's/fPIC/fPIC -g/g' Makefile sed -i 's/fPIC/fPIC -g/g' Makefile
@ -53,6 +53,9 @@ strip %{buildroot}/lib64/*.so
/lib64/libteec_adaptor.so /lib64/libteec_adaptor.so
%changelog %changelog
* Tue Nov 22 2022 gaoyusong <gaoyusong2@huawei.com> - 0.1.0-8
- DESC:fix error source pkg
* Tue Oct 18 2022 zhengxiaoxiao <zhengxiaoxiao2@huawei.com> - 0.1.0-7 * Tue Oct 18 2022 zhengxiaoxiao <zhengxiaoxiao2@huawei.com> - 0.1.0-7
- DESC:support: no-copy shared memory - DESC:support: no-copy shared memory

Binary file not shown.