Split vendor directory
This commit is contained in:
parent
b2612d275d
commit
3d38bb4bec
Binary file not shown.
@ -3,12 +3,13 @@
|
|||||||
|
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: A remote attestation security software components running on Kunpeng processors.
|
Summary: A remote attestation security software components running on Kunpeng processors.
|
||||||
Summary(zh_CN): 一款运行于鲲鹏处理器上的远程证明安全软件组件
|
Summary(zh_CN): 一款运行于鲲鹏处理器上的远程证明安全软件组件
|
||||||
License: MulanPSL-2.0
|
License: MulanPSL-2.0
|
||||||
URL: https://gitee.com/openeuler/kunpengsecl
|
URL: https://gitee.com/openeuler/kunpengsecl
|
||||||
Source0: %{name}-v%{version}.tar.gz
|
Source0: %{name}-v%{version}.tar.gz
|
||||||
|
Source1: vendor.tar.gz
|
||||||
BuildRequires: gettext make golang
|
BuildRequires: gettext make golang
|
||||||
BuildRequires: protobuf-compiler openssl-devel
|
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.
|
This is the rahub rpm package, which is used to cascade clients.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c
|
%setup -q -c -a 1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make build
|
make build
|
||||||
@ -143,19 +144,20 @@ rm -rf %{_builddir}
|
|||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 03 2022 fushanqing <fushanqing@kylinos.cn> - 1.1.0-2
|
||||||
- Unified license name specification
|
- Unified license name specification
|
||||||
|
* Sun Jul 24 2022 wangli <3214053332@qq.com> - 1.1.0-1
|
||||||
* Sun Jul 24 2022 aaron-liwang <3214053332@qq.com> - 1.1.0-1
|
|
||||||
- add some test files
|
- add some test files
|
||||||
- prepare corresponding script for ras\rac\rahub to deploy config file respectively
|
- prepare corresponding script for ras\rac\rahub to deploy config file respectively
|
||||||
- update part of file paths
|
- update part of file paths
|
||||||
- update to 1.1.0
|
- 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.
|
- install some test files to support the running of program.
|
||||||
* Mon Dec 27 2021 gwei3 <11015100@qq.com> - 1.0.0-4
|
* Mon Dec 27 2021 gwei3 <11015100@qq.com> - 1.0.0-4
|
||||||
- update the source tar to remove intermediate files.
|
- 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.
|
- add the rahub package.
|
||||||
- reorganize the directory structure of all packages.
|
- reorganize the directory structure of all packages.
|
||||||
- add BuildRequires protobuf-compiler and Requires openssl.
|
- add BuildRequires protobuf-compiler and Requires openssl.
|
||||||
@ -163,5 +165,5 @@ rm -rf %{buildroot}
|
|||||||
- create the rpmbuild directory.
|
- create the rpmbuild directory.
|
||||||
- modify the kunpengsecl.spec and buildrpm.sh files.
|
- modify the kunpengsecl.spec and buildrpm.sh files.
|
||||||
- add root Makefile to build/clean rpm package.
|
- 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
|
- update to 1.0.0
|
||||||
BIN
vendor.tar.gz
Normal file
BIN
vendor.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user