!2 python-binary-memcached 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:29:13 +00:00 committed by Gitee
commit f081cb571b

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