diff --git a/python-binary-memcached.spec b/python-binary-memcached.spec index b0b817a4333f3da4d80d78cdaaaf469c53cf9f77..c57081958474bb0c1294569376402b5a2087486d 100644 --- a/python-binary-memcached.spec +++ b/python-binary-memcached.spec @@ -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 - 0.30.1-2 +- DESC: delete -S git from %autosetup + * Wed Jul 28 2021 OpenStack_SIG - 0.30.1-1 - Package Spec generate