Package init

This commit is contained in:
dogsheng 2019-12-13 16:02:05 +08:00
parent b6e634dc52
commit c3fa2433f1

View File

@ -2,7 +2,7 @@
Name: python-beaker
Version: 1.10.0
Release: 3
Release: 4
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}/mongod %{_bindir}/redis-server %{_bindir}/pkill %{_bindir}/netstat
BuildRequires: %{_bindir}/mongod %{_bindir}/redis-server %{_bindir}/pkill %{_bindir}/netstat git
%global _description\
Beaker is a caching library that includes Session and Cache objects\
@ -100,6 +100,9 @@ kill %1
%{python3_sitelib}/Beaker*
%changelog
* Thu Nov 21 2019 fangyufa <fangyufa1@huawei.com> - 1.10.0-4
- add buildrequires of git for x86_64 build
* Wed Oct 30 2019 hexiaowen <hexiaowen@huawei.com> - 1.10.0-3
- disable webtest