From 5b96a35211c537b5d8e13caa54c9153cc69f65ec Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Thu, 16 Feb 2023 14:14:18 +0800 Subject: [PATCH] enable check --- python-beaker.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/python-beaker.spec b/python-beaker.spec index 47efef7..633f5df 100644 --- a/python-beaker.spec +++ b/python-beaker.spec @@ -1,17 +1,17 @@ -%bcond_with tests +%bcond_without tests Name: python-beaker Version: 1.12.0 -Release: 2 +Release: 3 Summary: A web session and general caching library. License: BSD and MIT -URL: http://beaker.readthedocs.io +URL: http://beaker.readthedocs.io Source0: https://github.com/bbangert/beaker/archive/refs/tags/1.12.0.tar.gz Patch6000: beaker-use-system-paste.patch BuildArch: noarch -BuildRequires: %{_bindir}/redis-server %{_bindir}/netstat +BuildRequires: %{_bindir}/redis-server %{_bindir}/netstat %global _description\ Beaker is a caching library that includes Session and Cache objects\ @@ -65,6 +65,9 @@ kill %1 %{python3_sitelib}/Beaker* %changelog +* Thu Feb 16 2023 tanyulong - 1.12.0-3 +- enable check + * Thu Feb 02 2023 wangjunqi - 1.12.0-2 - fix build problem -- Gitee