fix error source pkg

Signed-off-by: gaoyusong <gaoyusong2@huawei.com>
This commit is contained in:
gaoyusong 2022-11-22 17:07:58 +08:00
parent 4de7674265
commit 43aac26d49
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.