delete -S git from %autosetup

This commit is contained in:
chenyanpanHW 2021-07-30 23:19:26 +08:00
parent 7db77a4285
commit bb22fefad1
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
Name: python-binary-memcached
Version: 0.30.1
Release: 1
Release: 2
Summary: A pure python module to access memcached via its binary protocol with SASL auth support
License: MIT
URL: https://github.com/jaysonsantos/python-binary-memcached
@ -35,7 +35,7 @@ The main purpose of this module it to be able to communicate with memcached usin
and support authentication, so it can work with Heroku for example.
%prep
%autosetup -n python-binary-memcached-0.30.1 -S git
%autosetup -n python-binary-memcached-0.30.1 -p1
%build
%py3_build
@ -77,5 +77,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.30.1-2
- DESC: delete -S git from %autosetup
* Wed Jul 28 2021 OpenStack_SIG <openstack@openeuler.org> - 0.30.1-1
- Package Spec generate