import perl-5.24.4-404.module+el8.1.0+2926+ce7246ad

This commit is contained in:
CentOS Sources 2019-11-05 17:41:31 -05:00 committed by Andrew Lukoshko
parent 7b4965ae13
commit a0a494c52a

View File

@ -37,7 +37,7 @@
Name: perl Name: perl
Version: %{perl_version} Version: %{perl_version}
# release number must be even higher, because dual-lived modules will be broken otherwise # release number must be even higher, because dual-lived modules will be broken otherwise
Release: 403%{?dist} Release: 404%{?dist}
Epoch: %{perl_epoch} Epoch: %{perl_epoch}
Summary: Practical Extraction and Report Language Summary: Practical Extraction and Report Language
# These are all found licenses. They are distributed among various # These are all found licenses. They are distributed among various
@ -3258,8 +3258,6 @@ echo "RPM Build arch: %{_arch}"
%global perl_vendorlib %{privlib}/vendor_perl %global perl_vendorlib %{privlib}/vendor_perl
%global perl_vendorarch %{archlib}/vendor_perl %global perl_vendorarch %{archlib}/vendor_perl
# Disable hardening due to some run-time failures, bug #1238804
%undefine _hardened_build
# ldflags is not used when linking XS modules. # ldflags is not used when linking XS modules.
# Only ldflags is used when linking miniperl. # Only ldflags is used when linking miniperl.
# Only ccflags and ldflags are used for Configure's compiler checks. # Only ccflags and ldflags are used for Configure's compiler checks.
@ -5487,6 +5485,9 @@ popd
# Old changelog entries are preserved in CVS. # Old changelog entries are preserved in CVS.
%changelog %changelog
* Mon Mar 25 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.24.4-404
- Fix annocheck failure by enabling hardening (bug #1636329)
* Thu Feb 07 2019 Petr Pisar <ppisar@redhat.com> - 4:5.24.4-403 * Thu Feb 07 2019 Petr Pisar <ppisar@redhat.com> - 4:5.24.4-403
- Require perl-interpreter from perl (bug #1670435) - Require perl-interpreter from perl (bug #1670435)