!10 python-etcd3gw 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:37 +00:00 committed by Gitee
commit 32caee936f

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-etcd3gw
Version: 0.2.5
Release: 1
Release: 2
Summary: A python client for etcd3 grpc-gateway v3 API
License: Apache-2.0
URL: https://github.com/dims/etcd3-gateway
@ -41,7 +41,7 @@ Provides: python3-etcd3gw-doc
A python client for etcd3 grpc-gateway v3 API
%prep
%autosetup -n etcd3gw-0.2.5 -S git
%autosetup -n etcd3gw-0.2.5 -p1
%build
%py3_build
@ -82,6 +82,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.2.5-2
- DESC: delete -S git from %autosetup
* Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 0.2.5-1
- Downgrade to 0.2.5
* Tue Feb 23 2021 Python_Bot <Python_Bot@openeuler.org>