From bb22fefad190bf2e6ccaa1f95301d9e31da32262 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:19:26 +0800 Subject: [PATCH] delete -S git from %autosetup --- python-binary-memcached.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-binary-memcached.spec b/python-binary-memcached.spec index b0b817a..c570819 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 -- Gitee