From f268e5ec0bdc8c84004da33c91f66e235d07c7a0 Mon Sep 17 00:00:00 2001 From: flyflyflypeng Date: Tue, 5 Mar 2024 16:14:58 +0800 Subject: [PATCH] WasmEngine: fix obs build error reason: fix obs build error with the patch dir missing Signed-off-by: flyflyflypeng --- VERSION-openeuler | 2 +- WasmEngine.spec | 10 +++++++++- git-commit | 2 +- patch/.gitkeep | 0 4 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 patch/.gitkeep diff --git a/VERSION-openeuler b/VERSION-openeuler index 4771374..1199321 100644 --- a/VERSION-openeuler +++ b/VERSION-openeuler @@ -1 +1 @@ -0.2.0-1 +0.2.0-2 diff --git a/WasmEngine.spec b/WasmEngine.spec index e0db802..1447bbb 100644 --- a/WasmEngine.spec +++ b/WasmEngine.spec @@ -2,7 +2,7 @@ Name: WasmEngine Version: v0.2.0 -Release: 1 +Release: 2 Summary: WasmEngine is a webassembly function engine, which provides high concurrency and sandbox security. License: MulanPSL-2.0 @@ -13,6 +13,7 @@ Source2: VERSION-openeuler Source3: apply-patches Source4: gen-version.sh Source5: series.conf +Source6: patch.tar.gz BuildRequires: rust,cargo,rust-packaging,git BuildRequires: gcc,dtc,openssl-devel @@ -28,6 +29,7 @@ cp %{SOURCE2} . cp %{SOURCE3} . cp %{SOURCE4} . cp %{SOURCE5} . +cp %{SOURCE6} . %build sh ./apply-patches @@ -61,6 +63,12 @@ rm -rf %{buildroot} %attr(550,root,root) %{_bindir}/wasm_engine %changelog +* Tue Mar 05 2024 flyflyflypeng - v0.2.0-2 +- Type: bugfix +- CVE: NA +- SUG: restart +- DESC: fix build problem with obs + * Mon Mar 04 2024 jiangpengfei - v0.2.0-1 - Type: bugfix - CVE: NA diff --git a/git-commit b/git-commit index ac77307..2f9a6e7 100644 --- a/git-commit +++ b/git-commit @@ -1 +1 @@ -d9c049212ebe62c095c6ec32a3cbca0e64b7335e +247b1d6a89dd4602806324a2524bc596f46625ef diff --git a/patch/.gitkeep b/patch/.gitkeep new file mode 100644 index 0000000..e69de29 -- Gitee