From 529869803399f88c551f7e32cef5fafd605cad80 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 10 Aug 2021 00:11:59 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- python-greenlet.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-greenlet.spec b/python-greenlet.spec index 93b40b3..7bf6601 100644 --- a/python-greenlet.spec +++ b/python-greenlet.spec @@ -2,7 +2,7 @@ Name: python-%{modname} Version: 0.4.17 -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 @@ Python 3 version. %{_includedir}/python%{python3_version}*/%{modname}/ %changelog +* Tue Aug 10 2021 Mohan Boddu - 0.4.17-4 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 0.4.17-3 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937