diff --git a/python-fasteners.spec b/python-fasteners.spec index aa3b3500772bee0572243630ba2340a20407de9d..ba616a1decf982f87d4ef1744479664030f57536 100644 --- a/python-fasteners.spec +++ b/python-fasteners.spec @@ -1,14 +1,10 @@ %global pypi_name fasteners -#%%if 0%{?rhel} >= 8 %bcond_with pytests -#%%else -#%%bcond_without pytests -#%%endif Name: python-%{pypi_name} Version: 0.14.1 -Release: 20%{?dist} +Release: 22 Summary: A python package that provides useful locks License: ASL 2.0 @@ -58,5 +54,8 @@ nosetests-%{python3_version} %changelog +* Thu Dec 16 2021 jiangxinyu - 0.14.1-22 +- Remove the release suffix + * Fri Oct 30 2020 jiangxinyu - 0.14.1-21 - Init python3-fasteners project