From 21745824087f7ac8b698d41d8388eb1c4a22e100 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 23:37:35 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- perl-String-ShellQuote.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-String-ShellQuote.spec b/perl-String-ShellQuote.spec index aadf3a5..1f26370 100644 --- a/perl-String-ShellQuote.spec +++ b/perl-String-ShellQuote.spec @@ -1,6 +1,6 @@ Name: perl-String-ShellQuote Version: 1.04 -Release: 33%{?dist} +Release: 34%{?dist} Summary: Perl module for quoting strings for passing through the shell License: (GPL+ or Artistic) and GPLv2+ URL: https://metacpan.org/release/String-ShellQuote @@ -49,6 +49,10 @@ make test %{_mandir}/man3/* %changelog +* Mon Aug 09 2021 Mohan Boddu - 1.04-34 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 1.04-33 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937