!31 fix local compile error
From: @whzhe Reviewed-by: @chenmaodong Signed-off-by: @chenmaodong
This commit is contained in:
commit
1cfdaa6287
11
secGear.spec
11
secGear.spec
@ -1,6 +1,6 @@
|
|||||||
Name: secGear
|
Name: secGear
|
||||||
Version: 0.1.0
|
Version: 0.1.0
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: secGear is an SDK to develop confidential computing apps based on hardware enclave features
|
Summary: secGear is an SDK to develop confidential computing apps based on hardware enclave features
|
||||||
ExclusiveArch: x86_64
|
ExclusiveArch: x86_64
|
||||||
|
|
||||||
@ -87,8 +87,10 @@ install -pm 644 inc/host_inc/gp/*.h %{buildroot}/%{_includedir}/secGear
|
|||||||
install -pm 644 inc/enclave_inc/*.h %{buildroot}/%{_includedir}/secGear
|
install -pm 644 inc/enclave_inc/*.h %{buildroot}/%{_includedir}/secGear
|
||||||
install -pm 644 inc/enclave_inc/gp/*.h %{buildroot}/%{_includedir}/secGear
|
install -pm 644 inc/enclave_inc/gp/*.h %{buildroot}/%{_includedir}/secGear
|
||||||
%endif
|
%endif
|
||||||
|
pushd %{buildroot}
|
||||||
rm %{buildroot}/home* -rf
|
rm `find . -name secgear_helloworld` -rf
|
||||||
|
rm `find . -name secgear_seal_data` -rf
|
||||||
|
popd
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -116,6 +118,9 @@ rm %{buildroot}/home* -rf
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 19 2021 wanghongzhe<wanghongzhe@huawei.com> - 0.1.0-9
|
||||||
|
- DESC: fix local compile error
|
||||||
|
|
||||||
* Thu Mar 18 2021 gaoyusong<gaoyusong1@huawei.com> - 0.1.0-8
|
* Thu Mar 18 2021 gaoyusong<gaoyusong1@huawei.com> - 0.1.0-8
|
||||||
- DESC: backport patch
|
- DESC: backport patch
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user