diff --git a/python-beaker.spec b/python-beaker.spec index 47efef7c76fc28d29fc7984b11994bbc3fcb05f1..633f5df3e944b96435c03b4d527404fa8e627afb 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