delete -S git from %autosetup
This commit is contained in:
parent
7db77a4285
commit
bb22fefad1
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user