From 94108a2f6f49b1040b844b69ac7201f2d65878c6 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:37:01 +0800 Subject: [PATCH] delete -Sgit from %autosetup --- syscontainer-tools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/syscontainer-tools.spec b/syscontainer-tools.spec index 0972b8d..2ed0adb 100644 --- a/syscontainer-tools.spec +++ b/syscontainer-tools.spec @@ -4,7 +4,7 @@ #Basic Information Name: syscontainer-tools Version: 0.9 -Release: 47 +Release: 48 Summary: syscontainer tools for IT, work with iSulad License: Mulan PSL v2 URL: https://gitee.com/openeuler/syscontainer-tools @@ -25,7 +25,7 @@ This is syscontainer tools, to make it work, you need a isulad and util-linux #Build sections %prep -%autosetup -n %{name} -Sgit -p1 +%autosetup -n %{name} -p1 %build make init && make @@ -111,6 +111,9 @@ chmod 0640 ${HOOK_SPEC}/hookspec.json rm -rfv %{buildroot} %changelog +* Fri Jul 30 2021 chenyanpanHW - 0.9-48 +- DESC: delete -Sgit from %autosetup + * Mon Feb 08 2021 zhangsong234 - 0.9-47 - update version to 0.9-47