From 2f5e4c86724ea7cc9ad011b75bb827e71695eb00 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 21 Sep 2023 19:59:04 +0000 Subject: [PATCH] import CS python-greenlet-1.1.2-4.el9 --- SPECS/python-greenlet.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SPECS/python-greenlet.spec b/SPECS/python-greenlet.spec index 928d62d..2ea459b 100644 --- a/SPECS/python-greenlet.spec +++ b/SPECS/python-greenlet.spec @@ -2,7 +2,7 @@ Name: python-%{modname} Version: 1.1.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Lightweight in-process concurrent programming License: MIT URL: https://github.com/python-greenlet/greenlet @@ -59,6 +59,10 @@ PYTHONPATH="%{buildroot}%{python3_sitearch}" %{python3} -m unittest discover gre %{_includedir}/python%{python3_version}*/%{modname}/ %changelog +* Tue May 09 2023 Brian C. Lane - 1.1.2-4 +- Bump release for move of -devel subpackage to CRB + Resolves: rhbz#2149497 + * Wed Jun 15 2022 Sergio Correia - 1.1.2-3 - Add python-greenlet to RHEL-9 Resolves: rhbz#2084555