From ca7bcde788252ea864e309b9d94d8a7bcd36cfcf Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:22:39 +0800 Subject: [PATCH] delete -S git from %autosetup --- python-etcd3gw.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-etcd3gw.spec b/python-etcd3gw.spec index 29bd9e4..92d1524 100644 --- a/python-etcd3gw.spec +++ b/python-etcd3gw.spec @@ -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 - 0.2.5-2 +- DESC: delete -S git from %autosetup + * Tue Jul 13 2021 OpenStack_SIG - 0.2.5-1 - Downgrade to 0.2.5 * Tue Feb 23 2021 Python_Bot