!29 [sync] PR-28: update to v2.0.1

From: @openeuler-sync-bot 
Reviewed-by: @gwei3 
Signed-off-by: @gwei3
This commit is contained in:
openeuler-ci-bot 2023-06-09 07:50:46 +00:00 committed by Gitee
commit 2165d73fe0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 14 additions and 1 deletions

Binary file not shown.

BIN
kunpengsecl-v2.0.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
%global name kunpengsecl
%global version 2.0.0
%global version 2.0.1
%undefine _missing_build_ids_terminate_build
Name: %{name}
@ -68,6 +68,13 @@ Requires: %{name}-attester
%description tas
This is the tas rpm package, which is used to sign ak cert.
%package devel
Summary: the develop package.
Requires: %{name}-attester
%description devel
This is the devel rpm package, which provide supporting header file.
%prep
%setup -q -c -a 1
@ -150,7 +157,13 @@ make install DESTDIR=%{buildroot}
%{_docdir}/attestation/tas/README.en.md
%{_docdir}/attestation/tas/LICENSE
%files devel
%{_includedir}/teeverifier.h
%changelog
* Thu Mar 23 2023 leezhenxiang <1172294056@qq.com> - 2.0.1-1
- update to 2.0.1
- add devel package
* Thu Mar 23 2023 leezhenxiang <1172294056@qq.com> - 2.0.0-1
- update to 2.0.0
- add qcaserver, attester, and tas packages