From 11c8f59c9fefc1d07f33a6d753d0b2cf5faa6601 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 09:08:02 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- python-pycotap.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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