From 8401453eed76a6c2c49a824f0c37aa671f7e2b7c Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 23:16:55 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- perl-IO-Compress.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-IO-Compress.spec b/perl-IO-Compress.spec index dfbdfd6..e212690 100644 --- a/perl-IO-Compress.spec +++ b/perl-IO-Compress.spec @@ -14,7 +14,7 @@ Name: perl-IO-Compress Version: 2.102 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Read and write compressed data License: GPL+ or Artistic URL: https://metacpan.org/release/IO-Compress @@ -214,6 +214,10 @@ make test COMPRESS_ZLIB_RUN_%{?with_long_tests:ALL}%{!?with_long_tests:MOST}=1 %{_libexecdir}/%{name} %changelog +* Mon Aug 09 2021 Mohan Boddu - 2.102-4 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 2.102-3 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937