From 1dc31bd3911861b4d7d041584d018d0128e98ee8 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 23:38:58 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- perl-Sys-CPU.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-Sys-CPU.spec b/perl-Sys-CPU.spec index 518afd4..44fcac7 100644 --- a/perl-Sys-CPU.spec +++ b/perl-Sys-CPU.spec @@ -1,6 +1,6 @@ Name: perl-Sys-CPU Version: 0.61 -Release: 25%{?dist} +Release: 26%{?dist} Summary: Getting CPU information # Some code was copied from Unix::Processors, which is LGPLv3 or Artistic 2.0 @@ -59,6 +59,10 @@ find %{buildroot} -type f -name CPU.bs -exec rm -f {} ';' %changelog +* Mon Aug 09 2021 Mohan Boddu - 0.61-26 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 0.61-25 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937