From 02408ab823a0f67e685d2f94f625eb1aeac8c87c Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 10 Aug 2021 00:08:30 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- python-blinker.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-blinker.spec b/python-blinker.spec index 7037d85..32a0120 100644 --- a/python-blinker.spec +++ b/python-blinker.spec @@ -2,7 +2,7 @@ Name: python-blinker Version: 1.4 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Fast, simple object-to-object and broadcast signaling License: MIT @@ -45,6 +45,10 @@ of interested parties to subscribe to events, or "signals". %changelog +* Tue Aug 10 2021 Mohan Boddu - 1.4-14 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 1.4-13 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937