From 54b28a11c40c397341ffbec0c6e220d5e1611614 Mon Sep 17 00:00:00 2001 From: tzing_t Date: Fri, 8 Nov 2024 08:20:14 +0000 Subject: [PATCH] Fix build error of test command --- python-fasteners.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-fasteners.spec b/python-fasteners.spec index 514b5cc..2222067 100644 --- a/python-fasteners.spec +++ b/python-fasteners.spec @@ -4,7 +4,7 @@ Name: python-%{pypi_name} Version: 0.14.1 -Release: 21 +Release: 22 Summary: A python package that provides useful locks License: ASL 2.0 @@ -44,7 +44,7 @@ A python package that provides useful locks. %py3_install %check -nose2-%{python3_version} +nose2 %files -n python3-%{pypi_name} %doc README.rst @@ -54,6 +54,9 @@ nose2-%{python3_version} %changelog +* Fri Nov 08 2024 tzing_t - 0.14.1-22 +- Fix build error of test command + * Tue Feb 15 2022 liqiuyu - 0.14.1-21 - change the BuildRequires:python3-nose to python3-nose2 -- Gitee