delete -Sgit from %autosetup, and delete BuildRequires git
This commit is contained in:
parent
15e552b7c0
commit
c7e05fe44c
@ -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 <chenyanpan@huawei.com> - 1.11.0-2
|
||||
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
|
||||
|
||||
* Tue Feb 2 2021 wangjie<wangjie294@huawei.com> -1.11.0-1
|
||||
- upgrade 1.11
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user