delete -Sgit from %autosetup

This commit is contained in:
chenyanpanHW 2021-07-30 23:37:01 +08:00
parent ba9310d001
commit 94108a2f6f
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -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 <chenyanpan@huawei.com> - 0.9-48
- DESC: delete -Sgit from %autosetup
* Mon Feb 08 2021 zhangsong234<zhangsong34@huawei.com> - 0.9-47
- update version to 0.9-47