diff --git a/python-fasteners.spec b/python-fasteners.spec index 514b5ccdda337de953b579b6a39af12fcd52e5c3..2222067cd69268ae4e20a8f73411cd4e78407576 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