From f2999edada449d73d352b5b9c91cdb58af32b2e5 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 10 Aug 2021 00:13:09 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- python-iso8601.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-iso8601.spec b/python-iso8601.spec index 865237e..13e2a16 100644 --- a/python-iso8601.spec +++ b/python-iso8601.spec @@ -7,7 +7,7 @@ This module parses the most common forms of ISO 8601 date strings \ Name: python-%{srcname} Version: 0.1.13 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Simple module to parse ISO 8601 dates License: MIT @@ -63,6 +63,10 @@ BuildRequires: python%{python3_other_pkgversion}-setuptools %endif %changelog +* Tue Aug 10 2021 Mohan Boddu - 0.1.13-4 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 0.1.13-3 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937