diff --git a/syscontainer-tools.spec b/syscontainer-tools.spec index 37fd811..f5307bb 100644 --- a/syscontainer-tools.spec +++ b/syscontainer-tools.spec @@ -4,11 +4,11 @@ #Basic Information Name: syscontainer-tools Version: 0.9 -Release: 1 +Release: 2 Summary: syscontainer tools for IT, work with iSulad License: Mulan PSL v2 URL: https://gitee.com/openeuler/syscontainer-tools -Source0: %{name}-%{version}.tar.gz +Source0: https://gitee.com/openeuler/syscontainer-tools/repository/archive/v%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-root #Dependency @@ -108,6 +108,8 @@ chmod 0640 ${HOOK_SPEC}/hookspec.json rm -rfv %{buildroot} %changelog +* Mon Sep 07 2020 wangkang101<873229877@qq.com> - 0.9-2 +- modify url of source0 + * Tue Apr 26 2020 Zhangsong - 0.9-1 - release version 0.9 - diff --git a/syscontainer-tools-0.9.tar.gz b/v0.9.tar.gz similarity index 100% rename from syscontainer-tools-0.9.tar.gz rename to v0.9.tar.gz