Split vendor directory

This commit is contained in:
aaron-liwang 2022-08-07 23:05:09 +08:00
parent b2612d275d
commit 3d38bb4bec
3 changed files with 10 additions and 8 deletions

Binary file not shown.

View File

@ -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 <fushanqing@kylinos.cn> - 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

BIN
vendor.tar.gz Normal file

Binary file not shown.