diff --git a/python-pycotap.spec b/python-pycotap.spec index a417eb0..97b9f73 100644 --- a/python-pycotap.spec +++ b/python-pycotap.spec @@ -3,7 +3,7 @@ Name: python-%{pypi_name} Version: 1.1.0 -Release: 23%{?dist} +Release: 24%{?dist} Summary: A tiny test runner that outputs TAP results to standard output License: MIT @@ -49,6 +49,10 @@ find %{buildroot}/%{python3_sitelib} -name '*.py' | xargs sed -i '/^#!/d' %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Tue Oct 29 2024 Troy Dawson - 1.1.0-24 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Fri Oct 11 2024 Takao Fujiwara - 1.1.0-23 - Rebuild for CI