From b30d9f7d85f8bbf38dc197ca852e924f41af79ba Mon Sep 17 00:00:00 2001 From: yangjiaqi Date: Mon, 21 Nov 2022 11:08:38 +0800 Subject: [PATCH] add rubik yaml --- VERSION-openeuler | 2 +- git-commit | 2 +- rubik.spec | 10 ++++++++-- rubik.yaml | 3 +++ 4 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 rubik.yaml diff --git a/VERSION-openeuler b/VERSION-openeuler index 4fdf97c..c85b840 100644 --- a/VERSION-openeuler +++ b/VERSION-openeuler @@ -1 +1 @@ -1.0.0-3 +1.0.0-4 diff --git a/git-commit b/git-commit index 135ca98..4f6f58e 100644 --- a/git-commit +++ b/git-commit @@ -1 +1 @@ -08f639805e239742397ecb109d477cae4ec1b3a7 +333208525a24588c45bd34b048a5ae82803efaad diff --git a/rubik.spec b/rubik.spec index d813826..2caf6d4 100644 --- a/rubik.spec +++ b/rubik.spec @@ -1,6 +1,6 @@ Name: rubik Version: 1.0.0 -Release: 3 +Release: 4 Summary: Hybrid Deployment for Cloud Native License: Mulan PSL V2 URL: https://gitee.com/openeuler/rubik @@ -50,8 +50,14 @@ install -Dp ./Dockerfile %{buildroot}%{_sharedstatedir}/%{name}/Dockerfile rm -rf %{buildroot} %changelog +* Mon Nov 21 2022 yangjiaqi - 1.0.0-4 +- Type:bugfix +- CVE:NA +- SUG:restart +- DESC:add yaml + * Wed Nov 16 2022 yangjiaqi - 1.0.0-3 -- Type:bug fix +- Type:bugfix - CVE:NA - SUG:restart - DESC:bump version diff --git a/rubik.yaml b/rubik.yaml new file mode 100644 index 0000000..7aff293 --- /dev/null +++ b/rubik.yaml @@ -0,0 +1,3 @@ +--- +version_control: gitee +src_repo: openEuler/rubik \ No newline at end of file