diff --git a/VERSION-openeuler b/VERSION-openeuler index cbc711f..e631c87 100644 --- a/VERSION-openeuler +++ b/VERSION-openeuler @@ -1 +1 @@ -0.1.0-3 +0.1.0-4 diff --git a/git-commit b/git-commit index 7783d8c..7828cee 100644 --- a/git-commit +++ b/git-commit @@ -1 +1 @@ -7a07f4381da6112fa156b036b0982303bdc2ad32 +00439b708862b76e51668b9683f421be5fa2b42d diff --git a/rubik.spec b/rubik.spec index 956745a..b5f9aa2 100644 --- a/rubik.spec +++ b/rubik.spec @@ -1,6 +1,6 @@ Name: rubik Version: 0.1.0 -Release: 3 +Release: 4 Summary: Hybrid Deployment for Cloud Native License: Mulan PSL V2 URL: https://gitee.com/openeuler/rubik @@ -29,6 +29,7 @@ cp %{SOURCE6} . %build sh ./apply-patch make release +strip rubik %install # create directory /var/lib/rubik @@ -49,9 +50,15 @@ install -Dp ./Dockerfile %{buildroot}%{_sharedstatedir}/%{name}/Dockerfile rm -rf %{buildroot} %changelog +* Mon Sep 19 2022 yangjiaqi - 0.1.0-4 +- Type:bugfix +- CVE:NA +- SUG:restart +- DESC:strip rubik + * Mon Sep 19 2022 yangjiaqi - 0.1.0-3 - Type:bugfix -- CVENA +- CVE:NA - SUG:restart - DESC:fix compile problem and make rubik real static