From 8cefb60d44a2cdee191e881f518d0ef39b84877e Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 23:17:55 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- perl-IO-String.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-IO-String.spec b/perl-IO-String.spec index cc5bb45..405bcf3 100644 --- a/perl-IO-String.spec +++ b/perl-IO-String.spec @@ -1,6 +1,6 @@ Name: perl-IO-String Version: 1.08 -Release: 42%{?dist} +Release: 43%{?dist} Summary: Emulate file interface for in-core strings License: GPL+ or Artistic URL: https://metacpan.org/release/IO-String @@ -58,6 +58,10 @@ make test %changelog +* Mon Aug 09 2021 Mohan Boddu - 1.08-43 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 1.08-42 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937