strip eggo

Signed-off-by: zhangxiaoyu <zhangxiaoyu58@huawei.com>
This commit is contained in:
zhangxiaoyu 2022-09-20 11:08:19 +08:00
parent aa6533e2dc
commit b8cb653378

View File

@ -1,6 +1,6 @@
Name: eggo
Version: 0.9.4
Release: 3
Release: 4
Summary: Eggo is a tool built to provide standard multi-ways for creating Kubernetes clusters.
License: Mulan PSL V2
URL: https://gitee.com/openeuler/eggo
@ -44,6 +44,7 @@ mkdir -p src/isula.org/eggo
cp -rf cmd pkg src/isula.org/eggo/
export GOPATH=$(pwd):$GOPATH
%{make_build} safe
strip bin/eggo
%install
rm -rf %{buildroot}
@ -63,6 +64,12 @@ rm -rf src
%attr(551,root,root) %{_bindir}/eggo
%changelog
* Tue Sep 20 2022 zhangxiaoyu <zhangxiaoyu58@huawei.com> - 0.9.4-4
- Type:upgrade
- CVE:NA
- SUG:NA
- DESC:strip eggo
* Mon Sep 19 2022 zhangxiaoyu<zhangxiaoyu58@huawei.com> - 0.9.4-3
- Type:upgrade
- CVE:NA