diff --git a/eggo.spec b/eggo.spec index f0c4739..589b82c 100644 --- a/eggo.spec +++ b/eggo.spec @@ -1,6 +1,6 @@ Name: eggo Version: 0.9.4 -Release: 4 +Release: 5 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 @@ -34,7 +34,7 @@ Eggo is a tool built to provide standard multi-ways for creating Kubernetes clus %define debug_package %{nil} %prep -%autosetup -n eggo -Sgit -p1 +%autosetup -n eggo-v%{version} -Sgit -p1 %build export GO111MODULE=off @@ -64,6 +64,12 @@ rm -rf src %attr(551,root,root) %{_bindir}/eggo %changelog +* Wed Nov 16 2022 zhangxiaoyu - 0.9.4-5 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:update tar package from source + * Tue Sep 20 2022 zhangxiaoyu - 0.9.4-4 - Type:upgrade - CVE:NA diff --git a/v0.9.4.tar.gz b/v0.9.4.tar.gz index 5feff09..efb2626 100644 Binary files a/v0.9.4.tar.gz and b/v0.9.4.tar.gz differ