diff options
author | CoprDistGit <infra@openeuler.org> | 2023-09-19 01:47:44 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-09-19 01:47:44 +0000 |
commit | e6a4fe368c7a636c9ebfdb8442708a18e18d5871 (patch) | |
tree | 2992159baa268fb3cbe93b8291cce90cbb2a3a09 | |
parent | fd4bb7866b569fa2c0cd9956b0c3ec330aa42428 (diff) |
automatic import of kunpengseclopeneuler22.03_LTS_SP2openeuler20.03
-rw-r--r-- | kunpengsecl.spec | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/kunpengsecl.spec b/kunpengsecl.spec index 2fdda9d..23bc33e 100644 --- a/kunpengsecl.spec +++ b/kunpengsecl.spec @@ -12,9 +12,8 @@ URL: https://gitee.com/openeuler/kunpengsecl Source0: %{name}-v%{version}.tar.gz Source1: vendor.tar.gz BuildRequires: gettext make golang -BuildRequires: protobuf-compiler compat-openssl11-devel +BuildRequires: protobuf-compiler openssl-devel BuildRequires: cjson-devel - %ifarch aarch64 BuildRequires: itrustee_sdk-devel %endif @@ -26,8 +25,8 @@ This is %{name} project, including rac, ras, rahub, qcaserver, attester and tas %package rac Summary: the rac package. -Requires: compat-openssl11-libs -%ifarch aarch64 +Requires: openssl +%ifarch aarch64 Requires: itrustee_sdk %endif @@ -56,7 +55,7 @@ This is the qcaserver rpm package, which is used to invoke libqca. %package attester Summary: the attester package. Requires: cjson -Requires: compat-openssl11-libs +Requires: openssl %description attester This is the attester rpm package, which is used to verify ta reports. @@ -161,7 +160,7 @@ make install DESTDIR=%{buildroot} %{_includedir}/teeverifier.h %changelog -* Sun Jun 25 2023 gwei3 <11015100@qq.com> - 2.0.2-1 +* Thu Jul 18 2023 leezhenxiang <1172294056@qq.com> - 2.0.2-1 - update to 2.0.2 * Thu Mar 23 2023 leezhenxiang <1172294056@qq.com> - 2.0.1-1 - update to 2.0.1 @@ -172,9 +171,6 @@ make install DESTDIR=%{buildroot} - add BuildRequires itrustee_sdk-devel, cjson-devel and Requires itrustee_sdk, cjson - modify makefile to adapt to different architectures - specify the build requires in rac and attester package -* Fri Feb 10 2023 gwei3 <11015100@qq.com> - 1.1.2-2 -- update BuildRequires & Requires to replace openssl* with compat-openssl11* to adapt to latest Mainline -- remove redundent clean label in spec file * Thu Sep 15 2022 gwei3 <11015100@qq.com> - 1.1.2-1 - update to 1.1.2 - add slice length checks to avoid buffer overflow while extracting and verifying |