From 5371627b32c8ac3fc595c97e0959ab6c89c33fdd Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 23:10:58 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- perl-File-Find-Rule.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-File-Find-Rule.spec b/perl-File-Find-Rule.spec index bf734b0..39bb09e 100644 --- a/perl-File-Find-Rule.spec +++ b/perl-File-Find-Rule.spec @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule Version: 0.34 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Perl module implementing an alternative interface to File::Find License: GPL+ or Artistic URL: https://metacpan.org/release/File-Find-Rule @@ -45,6 +45,10 @@ make test %{_mandir}/man3/* %changelog +* Mon Aug 09 2021 Mohan Boddu - 0.34-19 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 0.34-18 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937