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