From 3d3156a2f8cb550fcbbacd23c199a31b6ed843ee Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 23:06:57 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- perl-Encode-Detect.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-Encode-Detect.spec b/perl-Encode-Detect.spec index 0e7da56..a457e0f 100644 --- a/perl-Encode-Detect.spec +++ b/perl-Encode-Detect.spec @@ -1,6 +1,6 @@ Name: perl-Encode-Detect Version: 1.01 -Release: 36%{?dist} +Release: 37%{?dist} Summary: Encode::Encoding subclass that detects the encoding of data License: MPLv1.1 or GPLv2+ or LGPLv2+ @@ -51,6 +51,10 @@ find "${RPM_BUILD_ROOT}" -depth -type d -exec rmdir {} 2>/dev/null \; %{_mandir}/man3/Encode::Detect::Detector.3* %changelog +* Mon Aug 09 2021 Mohan Boddu - 1.01-37 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 1.01-36 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937