From 05e0a73116a0bb2df050273edfdbf3a11e134ccc Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 23:06:12 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- perl-Digest-MD5.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-Digest-MD5.spec b/perl-Digest-MD5.spec index 5ac5840..872dfaa 100644 --- a/perl-Digest-MD5.spec +++ b/perl-Digest-MD5.spec @@ -1,6 +1,6 @@ Name: perl-Digest-MD5 Version: 2.58 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Perl interface to the MD5 algorithm # MD5.pm: (GPL+ or Artistic) and RSA # MD5.xs: (GPL+ or Artistic) and RSA @@ -66,6 +66,10 @@ make test %{_mandir}/man3/* %changelog +* Mon Aug 09 2021 Mohan Boddu - 2.58-4 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 2.58-3 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937