From 069521e1b91f748779545f016042de2003395b00 Mon Sep 17 00:00:00 2001 From: JingWoo Date: Fri, 9 Dec 2022 09:29:00 +0000 Subject: [PATCH] !11 add lib-shim-v2 yaml file * add lib-shim-v2 yaml file --- lib-shim-v2.spec | 8 +++++++- lib-shim-v2.yaml | 3 +++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 lib-shim-v2.yaml diff --git a/lib-shim-v2.spec b/lib-shim-v2.spec index d61f763..d644f9a 100644 --- a/lib-shim-v2.spec +++ b/lib-shim-v2.spec @@ -7,7 +7,7 @@ Name: lib-shim-v2 Version: 0.0.1 -Release: 4 +Release: 5 URL: https://gitee.com/openeuler/lib-shim-v2 Source: %{name}-%{version}.tar.gz Summary: lib-shim-v2 is shim v2 ttrpc client which is called by iSulad. @@ -59,6 +59,12 @@ install -m 0755 target/release/libshim_v2.so ${RPM_BUILD_ROOT}/%{_libdir}/libshi %{_includedir}/shim_v2.h %changelog +* Fri Dec 09 2022 wujing - 0.0.1-5 +- Type:improve +- ID:NA +- SUG:NA +- DESC: add yaml file + * Fri Sep 30 2022 wujing - 0.0.1-4 - Type:improve - ID:NA diff --git a/lib-shim-v2.yaml b/lib-shim-v2.yaml new file mode 100644 index 0000000..77f7246 --- /dev/null +++ b/lib-shim-v2.yaml @@ -0,0 +1,3 @@ +--- +version_control: gitee +src_repo: openEuler/lib-shim-v2