!11 python-heatclient delete -S git from %autosetup

From: @chenyanpanHW
Reviewed-by: @xiyuanwang
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2021-08-02 03:24:22 +00:00 committed by Gitee
commit 8a4b8ea9a4

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-heatclient Name: python-heatclient
Version: 2.3.0 Version: 2.3.0
Release: 1 Release: 2
Summary: OpenStack Orchestration API Client Library Summary: OpenStack Orchestration API Client Library
License: Apache-2.0 License: Apache-2.0
URL: https://docs.openstack.org/python-heatclient/latest URL: https://docs.openstack.org/python-heatclient/latest
@ -61,7 +61,7 @@ This is a client library for Heat built on the Heat orchestration API. It provid
module) and a command-line tool (heat). module) and a command-line tool (heat).
%prep %prep
%autosetup -n python-heatclient-2.3.0 -S git %autosetup -n python-heatclient-2.3.0 -p1
%build %build
%py3_build %py3_build
@ -106,6 +106,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.3.0-2
- DESC: delete -S git from %autosetup
* Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 2.3.0-1 * Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 2.3.0-1
- Update to 2.3.0 - Update to 2.3.0
* Tue Feb 23 2021 Python_Bot <Python_Bot@openeuler.org> * Tue Feb 23 2021 Python_Bot <Python_Bot@openeuler.org>