From 10bbece75d4f638c5f3ac0eebc1630f90f2eab8d Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 23:33:54 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- perl-Perl-OSType.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-Perl-OSType.spec b/perl-Perl-OSType.spec index d500ad3..0aa9375 100644 --- a/perl-Perl-OSType.spec +++ b/perl-Perl-OSType.spec @@ -3,7 +3,7 @@ Name: perl-Perl-OSType Version: 1.010 -Release: 460%{?dist} +Release: 461%{?dist} Summary: Map Perl operating system names to generic types License: GPL+ or Artistic URL: https://metacpan.org/release/Perl-OSType @@ -92,6 +92,10 @@ LANG=en_US make test TEST_FILES="$(echo $(find xt/ -name '*.t'))" %{_mandir}/man3/Perl::OSType.3* %changelog +* Mon Aug 09 2021 Mohan Boddu - 1.010-461 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 1.010-460 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937