From fbaef2be953725fcce67755614a635873703e65f Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 10 Aug 2021 00:23:53 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- python-simpleline.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-simpleline.spec b/python-simpleline.spec index 4b23f43..88dca19 100644 --- a/python-simpleline.spec +++ b/python-simpleline.spec @@ -4,7 +4,7 @@ Name: python-%{srcname} Summary: A Python library for creating text UI Url: https://github.com/rhinstaller/python-%{srcname} Version: 1.8 -Release: 2%{?dist} +Release: 3%{?dist} # This tarball was created from upstream git: # git clone https://github.com/rhinstaller/python-simpleline # cd python-simpleline && make archive @@ -60,6 +60,10 @@ make test %{python3_sitelib}/* %changelog +* Tue Aug 10 2021 Mohan Boddu - 1.8-3 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 1.8-2 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937