From a5e6997232b5a242b89b4fe9c720bdb53268fcdd Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 22:54:50 +0800 Subject: [PATCH] delete -Sgit from %autosetup --- isula-transform.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/isula-transform.spec b/isula-transform.spec index d3a2fa6..563bc7f 100644 --- a/isula-transform.spec +++ b/isula-transform.spec @@ -1,7 +1,7 @@ # Basic Infomation Name: isula-transform Version: 0.9.1 -Release: 2 +Release: 3 Summary: transform docker container to islua container License: Mulan PSL V2 URL: https://gitee.com/openeuler/isula-transform @@ -21,7 +21,7 @@ container to a type that isulad can recognize as being loaded. # Build Sections %prep -%autosetup -n %{name} -Sgit -p1 +%autosetup -n %{name} -p1 %build make @@ -38,6 +38,9 @@ rm -rf %{buildroot} %attr(550,root,root) %{_bindir}/isula-transform %changelog +* Fri Jul 30 2021 chenyanpanHW - 0.9.1-3 +- DESC: delete -Sgit from %autosetup + * Fri Dec 18 2020 wangkang101<873229877@qq.com> - 0.9.1-2 - fix missing healthcheck configuration bug -- Gitee