diff --git a/isula-transform.spec b/isula-transform.spec index d3a2fa6c25787b0cc185ae9e7058efb53c5e953b..563bc7fa5b3cbe47ad5b8009f12d649805bf209a 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