diff --git a/kunpengsecl-v1.1.0.tar.gz b/kunpengsecl-v1.1.0.tar.gz index 91f0df3..fe1e59f 100644 Binary files a/kunpengsecl-v1.1.0.tar.gz and b/kunpengsecl-v1.1.0.tar.gz differ diff --git a/kunpengsecl.spec b/kunpengsecl.spec index c67a0ac..d1c7e18 100644 --- a/kunpengsecl.spec +++ b/kunpengsecl.spec @@ -3,12 +3,13 @@ Name: %{name} Version: %{version} -Release: 2%{?dist} +Release: 3%{?dist} Summary: A remote attestation security software components running on Kunpeng processors. Summary(zh_CN): 一款运行于鲲鹏处理器上的远程证明安全软件组件 License: MulanPSL-2.0 URL: https://gitee.com/openeuler/kunpengsecl Source0: %{name}-v%{version}.tar.gz +Source1: vendor.tar.gz BuildRequires: gettext make golang BuildRequires: protobuf-compiler openssl-devel @@ -37,7 +38,7 @@ Summary: the rahub package. This is the rahub rpm package, which is used to cascade clients. %prep -%setup -q -c +%setup -q -c -a 1 %build make build @@ -143,19 +144,20 @@ rm -rf %{_builddir} rm -rf %{buildroot} %changelog +* Tue Aug 09 2022 wangli <3214053332@qq.com> - 1.1.0-3 +- process vendor directory * Wed Aug 03 2022 fushanqing - 1.1.0-2 -- Unified license name specification - -* Sun Jul 24 2022 aaron-liwang <3214053332@qq.com> - 1.1.0-1 +- Unified license name specification +* Sun Jul 24 2022 wangli <3214053332@qq.com> - 1.1.0-1 - add some test files - prepare corresponding script for ras\rac\rahub to deploy config file respectively - update part of file paths - update to 1.1.0 -* Fri Jan 21 2022 aaron-liwang <3214053332@qq.com> - 1.0.0-5 +* Fri Jan 21 2022 wangli <3214053332@qq.com> - 1.0.0-5 - install some test files to support the running of program. * Mon Dec 27 2021 gwei3 <11015100@qq.com> - 1.0.0-4 - update the source tar to remove intermediate files. -* Wed Dec 08 2021 aaron-liwang <3214053332@qq.com> - 1.0.0-3 +* Wed Dec 08 2021 wangli <3214053332@qq.com> - 1.0.0-3 - add the rahub package. - reorganize the directory structure of all packages. - add BuildRequires protobuf-compiler and Requires openssl. @@ -163,5 +165,5 @@ rm -rf %{buildroot} - create the rpmbuild directory. - modify the kunpengsecl.spec and buildrpm.sh files. - add root Makefile to build/clean rpm package. -* Thu Nov 11 2021 aaron-liwang <3214053332@qq.com> - 1.0.0-1 +* Thu Nov 11 2021 wangli <3214053332@qq.com> - 1.0.0-1 - update to 1.0.0 \ No newline at end of file diff --git a/vendor.tar.gz b/vendor.tar.gz new file mode 100644 index 0000000..cecaa64 Binary files /dev/null and b/vendor.tar.gz differ