From ca13b21b2d90f933c06db068558776bb964d9a82 Mon Sep 17 00:00:00 2001 From: Shuo Wang Date: Fri, 31 May 2024 11:21:55 +0800 Subject: [PATCH] enable %check Signed-off-by: Shuo Wang --- python-constantly.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-constantly.spec b/python-constantly.spec index b24d8c5..9768054 100644 --- a/python-constantly.spec +++ b/python-constantly.spec @@ -1,12 +1,12 @@ %global srcname constantly -%bcond_with tests +%bcond_without tests %bcond_with docs Summary: Symbolic constants in Python Name: python-%{srcname} Version: 15.1.0 -Release: 5%{?dist} +Release: 6%{?dist} License: MIT URL: https://github.com/twisted/constantly Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz @@ -77,6 +77,9 @@ rm -rf html/.{doctrees,buildinfo} %endif %changelog +* Fri May 31 2024 Shuo Wang - 15.1.0-6 +- enable %check + * Tue Sep 19 2023 OpenCloudOS Release Engineering - 15.1.0-5 - Rebuilt for python 3.11 -- Gitee