From b6355f2195504a4daff3c77c96cfc7a97213d6f4 Mon Sep 17 00:00:00 2001 From: yangjiaqi Date: Mon, 21 Nov 2022 11:08:38 +0800 Subject: [PATCH] add rubik yaml (cherry picked from commit 5c6a73c53df10364c180beff72bbd2712195ec18) --- 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 3fd9e2c..f95873c 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