From da3032445fb4ca47a241381c53977456d7323507 Mon Sep 17 00:00:00 2001 From: meilier Date: Mon, 14 Nov 2022 15:51:43 +0800 Subject: [PATCH] add WasmEngine.yaml file for automatic upgrade of branch master --- VERSION-openeuler | 2 +- WasmEngine.spec | 10 ++++++++-- WasmEngine.yaml | 5 +++++ gen-version.sh | 2 +- git-commit | 2 +- 5 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 WasmEngine.yaml diff --git a/VERSION-openeuler b/VERSION-openeuler index 944912a..dfecf3f 100644 --- a/VERSION-openeuler +++ b/VERSION-openeuler @@ -1 +1 @@ -0.1.2-1 +0.1.2-4 diff --git a/WasmEngine.spec b/WasmEngine.spec index aa84f29..9dd874b 100644 --- a/WasmEngine.spec +++ b/WasmEngine.spec @@ -1,8 +1,8 @@ %global debug_package %{nil} Name: WasmEngine -Version: v0.1.2 -Release: 3 +Version: 0.1.2 +Release: 4 Summary: WasmEngine is a webassembly function engine, which provides high concurrency and sandbox security. License: MulanPSL-2.0 @@ -60,6 +60,12 @@ rm -rf %{buildroot} %attr(550,root,root) %{_bindir}/wasm_engine %changelog +* Mon Nov 14 2022 meilier - 0.1.2-4 +- Type: bugfix +- CVE: NA +- SUG: restart +- DESC: add WasmEngine.yaml file for automatic upgrade of branch master + * Mon Aug 08 2022 jiangpengfei - v0.1.2-3 - Type: bugfix - CVE: NA diff --git a/WasmEngine.yaml b/WasmEngine.yaml new file mode 100644 index 0000000..02d05fc --- /dev/null +++ b/WasmEngine.yaml @@ -0,0 +1,5 @@ +--- +version_control: gitee +src_repo: openEuler/WasmEngine +tag_prefix: "" +seperator: "." \ No newline at end of file diff --git a/gen-version.sh b/gen-version.sh index 9ec6d3e..5178820 100755 --- a/gen-version.sh +++ b/gen-version.sh @@ -17,7 +17,7 @@ # Basic info top_dir=$(git rev-parse --show-toplevel) version_file="${top_dir}/VERSION-openeuler" -spec_file="${top_dir}/isula-build.spec" +spec_file="${top_dir}/WasmEngine.spec" commit_file=${top_dir}/git-commit color=$(tput setaf 2) # red color_reset=$(tput sgr0) diff --git a/git-commit b/git-commit index 9ddc646..3be41f5 100644 --- a/git-commit +++ b/git-commit @@ -1 +1 @@ -72af9798974345d587fe8f3ea2c121adc1696651 +5deadef986e19592bd032a945161ea3266f8ab02 -- Gitee