From c3fa2433f1e469770adb56ff1eceb05b96af6daf Mon Sep 17 00:00:00 2001 From: dogsheng <960055655@qq.com> Date: Fri, 13 Dec 2019 16:02:05 +0800 Subject: [PATCH] Package init --- python-beaker.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-beaker.spec b/python-beaker.spec index 219fed0..ac5179e 100644 --- a/python-beaker.spec +++ b/python-beaker.spec @@ -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 - 1.10.0-4 +- add buildrequires of git for x86_64 build + * Wed Oct 30 2019 hexiaowen - 1.10.0-3 - disable webtest