!23 WasmEngine: fix obs build error

From: @flyflyflypeng 
Reviewed-by: @duguhaotian 
Signed-off-by: @duguhaotian
This commit is contained in:
openeuler-ci-bot 2024-03-05 11:07:48 +00:00 committed by Gitee
commit cee4f5ec55
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 11 additions and 3 deletions

View File

@ -1 +1 @@
0.2.0-1 0.2.0-2

View File

@ -2,7 +2,7 @@
Name: WasmEngine Name: WasmEngine
Version: v0.2.0 Version: v0.2.0
Release: 1 Release: 2
Summary: WasmEngine is a webassembly function engine, which provides high concurrency and sandbox security. Summary: WasmEngine is a webassembly function engine, which provides high concurrency and sandbox security.
License: MulanPSL-2.0 License: MulanPSL-2.0
@ -13,6 +13,7 @@ Source2: VERSION-openeuler
Source3: apply-patches Source3: apply-patches
Source4: gen-version.sh Source4: gen-version.sh
Source5: series.conf Source5: series.conf
Source6: patch.tar.gz
BuildRequires: rust,cargo,rust-packaging,git BuildRequires: rust,cargo,rust-packaging,git
BuildRequires: gcc,dtc,openssl-devel BuildRequires: gcc,dtc,openssl-devel
@ -28,6 +29,7 @@ cp %{SOURCE2} .
cp %{SOURCE3} . cp %{SOURCE3} .
cp %{SOURCE4} . cp %{SOURCE4} .
cp %{SOURCE5} . cp %{SOURCE5} .
cp %{SOURCE6} .
%build %build
sh ./apply-patches sh ./apply-patches
@ -61,6 +63,12 @@ rm -rf %{buildroot}
%attr(550,root,root) %{_bindir}/wasm_engine %attr(550,root,root) %{_bindir}/wasm_engine
%changelog %changelog
* Tue Mar 05 2024 flyflyflypeng <jiangpengfei9@huawei.com> - v0.2.0-2
- Type: bugfix
- CVE: NA
- SUG: restart
- DESC: fix build problem with obs
* Mon Mar 04 2024 jiangpengfei <jiangpengfei@huawei.com> - v0.2.0-1 * Mon Mar 04 2024 jiangpengfei <jiangpengfei@huawei.com> - v0.2.0-1
- Type: bugfix - Type: bugfix
- CVE: NA - CVE: NA

View File

@ -1 +1 @@
d9c049212ebe62c095c6ec32a3cbca0e64b7335e 247b1d6a89dd4602806324a2524bc596f46625ef

0
patch/.gitkeep Normal file
View File