From c7e05fe44ce2d4930be32b9bf66d02f66a21a3ed Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:19:12 +0800 Subject: [PATCH] delete -Sgit from %autosetup, and delete BuildRequires git --- python-beaker.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-beaker.spec b/python-beaker.spec index 7db00cd..a4fa1d6 100644 --- a/python-beaker.spec +++ b/python-beaker.spec @@ -2,7 +2,7 @@ Name: python-beaker Version: 1.11.0 -Release: 1 +Release: 2 Summary: A web session and general caching library. License: BSD and MIT URL: http://beaker.readthedocs.io @@ -11,7 +11,7 @@ Source0: https://github.com/bbangert/beaker/archive/%{version}/beaker-%{version} Patch6000: beaker-use-system-paste.patch BuildArch: noarch -BuildRequires: %{_bindir}/redis-server %{_bindir}/netstat git +BuildRequires: %{_bindir}/redis-server %{_bindir}/netstat %global _description\ Beaker is a caching library that includes Session and Cache objects\ @@ -40,7 +40,7 @@ Recommends: python3dist(cryptography) python3dist(pycrypto) python3dist(pycrypto %prep -%autosetup -n beaker-%{version} -p1 -Sgit +%autosetup -n beaker-%{version} -p1 %build %py3_build @@ -65,6 +65,9 @@ kill %1 %{python3_sitelib}/Beaker* %changelog +* Fri Jul 30 2021 chenyanpanHW - 1.11.0-2 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git + * Tue Feb 2 2021 wangjie -1.11.0-1 - upgrade 1.11