diff --git a/eggo.spec b/eggo.spec index 589b82c..691c700 100644 --- a/eggo.spec +++ b/eggo.spec @@ -1,6 +1,6 @@ Name: eggo Version: 0.9.4 -Release: 5 +Release: 6 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 @@ -64,6 +64,12 @@ rm -rf src %attr(551,root,root) %{_bindir}/eggo %changelog +* Mon Nov 28 2022 zhangxiaoyu - 0.9.4-6 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:add yaml + * Wed Nov 16 2022 zhangxiaoyu - 0.9.4-5 - Type:bugfix - CVE:NA diff --git a/eggo.yaml b/eggo.yaml new file mode 100644 index 0000000..138a7c1 --- /dev/null +++ b/eggo.yaml @@ -0,0 +1,3 @@ +--- +version_control: gitee +src_repo: openEuler/eggo