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:03:13 +00:00
parent a4ac4c9b99
commit a2353cba32

View File

@ -1,6 +1,6 @@
Name: perl-DBD-MySQL
Version: 4.050
Release: 12%{?dist}
Release: 13%{?dist}
Summary: A MySQL interface for Perl
License: GPL+ or Artistic
URL: https://metacpan.org/release/DBD-mysql
@ -76,6 +76,10 @@ find %{buildroot} -type f -name '*.bs' -empty -delete
%{_mandir}/man3/*.3*
%changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 4.050-13
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 4.050-12
- Rebuilt for RHEL 9 BETA for openssl 3.0
Related: rhbz#1971065