delete -Sgit from %autosetup, and delete BuildRequires git

This commit is contained in:
chenyanpanHW 2021-07-30 23:19:12 +08:00
parent 15e552b7c0
commit c7e05fe44c
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -2,7 +2,7 @@
Name: python-beaker Name: python-beaker
Version: 1.11.0 Version: 1.11.0
Release: 1 Release: 2
Summary: A web session and general caching library. Summary: A web session and general caching library.
License: BSD and MIT License: BSD and MIT
URL: http://beaker.readthedocs.io 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 Patch6000: beaker-use-system-paste.patch
BuildArch: noarch BuildArch: noarch
BuildRequires: %{_bindir}/redis-server %{_bindir}/netstat git BuildRequires: %{_bindir}/redis-server %{_bindir}/netstat
%global _description\ %global _description\
Beaker is a caching library that includes Session and Cache objects\ Beaker is a caching library that includes Session and Cache objects\
@ -40,7 +40,7 @@ Recommends: python3dist(cryptography) python3dist(pycrypto) python3dist(pycrypto
%prep %prep
%autosetup -n beaker-%{version} -p1 -Sgit %autosetup -n beaker-%{version} -p1
%build %build
%py3_build %py3_build
@ -65,6 +65,9 @@ kill %1
%{python3_sitelib}/Beaker* %{python3_sitelib}/Beaker*
%changelog %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 * Tue Feb 2 2021 wangjie<wangjie294@huawei.com> -1.11.0-1
- upgrade 1.11 - upgrade 1.11