From d88dd7668d9560c07aa301170e26ef40df1b3a35 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 23:00:27 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- perl-Data-Section.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-Data-Section.spec b/perl-Data-Section.spec index 18e4ecd..b6b7508 100644 --- a/perl-Data-Section.spec +++ b/perl-Data-Section.spec @@ -10,7 +10,7 @@ Name: perl-Data-Section Version: 0.200007 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Read multiple hunks of data out of your DATA section License: GPL+ or Artistic URL: https://metacpan.org/release/Data-Section @@ -76,6 +76,10 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))" %{_mandir}/man3/Data::Section.3* %changelog +* Mon Aug 09 2021 Mohan Boddu - 0.200007-14 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 0.200007-13 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937