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:41:45 +00:00
parent 74e384cc86
commit 00f4364912

View File

@ -11,7 +11,7 @@
Summary: Incredibly simple helpers for testing code with exceptions
Name: perl-Test-Fatal
Version: 0.016
Release: 3%{?dist}
Release: 4%{?dist}
License: GPL+ or Artistic
URL: https://metacpan.org/release/Test-Fatal
Source0: https://cpan.metacpan.org/modules/by-module/Test/Test-Fatal-%{version}.tar.gz
@ -81,6 +81,10 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
%{_mandir}/man3/Test::Fatal.3*
%changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.016-4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.016-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937