Rebuilt for IMA sigs, glibc 2.34, aarch64 flags

Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-08-09 23:38:58 +00:00
parent e7fc971e5b
commit 1dc31bd391

View File

@ -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 <mboddu@redhat.com> - 0.61-26
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.61-25
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937