delete -S git from %autosetup

This commit is contained in:
chenyanpanHW 2021-07-30 23:22:39 +08:00
parent 39b122511b
commit ca7bcde788
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

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