update to v2.0.1

(cherry picked from commit 603830a56630de41ee6e302b10950510541f466f)
This commit is contained in:
gwei3 2023-06-09 14:58:01 +08:00 committed by openeuler-sync-bot
parent dd61c329ac
commit e0bd296fe7
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