From 62858c2cc8fc4bff0670689ace1ba5a4b19f9fea Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 24 Jun 2024 09:19:01 -0700 Subject: [PATCH] Bump release for June 2024 mass rebuild --- python-pycotap.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pycotap.spec b/python-pycotap.spec index 39f57ca..20945d7 100644 --- a/python-pycotap.spec +++ b/python-pycotap.spec @@ -3,7 +3,7 @@ Name: python-%{pypi_name} Version: 1.1.0 -Release: 21%{?dist} +Release: 22%{?dist} Summary: A tiny test runner that outputs TAP results to standard output License: MIT @@ -49,6 +49,9 @@ find %{buildroot}/%{python3_sitelib} -name '*.py' | xargs sed -i '/^#!/d' %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Mon Jun 24 2024 Troy Dawson - 1.1.0-22 +- Bump release for June 2024 mass rebuild + * Fri May 10 2024 Takao Fujiwara - 1.1.0-21 - Rebuild for RHEL10