diff --git a/SPECS/pytest.spec b/SPECS/pytest.spec index dfa8c58..4091178 100644 --- a/SPECS/pytest.spec +++ b/SPECS/pytest.spec @@ -2,7 +2,7 @@ Name: pytest %global base_version 7.4.3 #global prerelease ... Version: %{base_version}%{?prerelease:~%{prerelease}} -Release: 4%{?dist} +Release: 5%{?dist} Summary: Simple powerful testing with Python License: MIT URL: https://pytest.org @@ -182,6 +182,10 @@ find %{buildroot}%{python3_sitelib} \ %changelog +* Tue Oct 29 2024 Troy Dawson - 7.4.3-5 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Mon Jun 24 2024 Troy Dawson - 7.4.3-4 - Bump release for June 2024 mass rebuild