Add explicit Requires: libxcrypt-devel to devel sub-package

This commit is contained in:
Björn Esser 2019-03-05 18:08:57 +01:00
parent 4842f957bd
commit 0fb8c35341
No known key found for this signature in database
GPG Key ID: F52E98007594C21D
1 changed files with 7 additions and 1 deletions

View File

@ -83,7 +83,7 @@ License: GPL+ or Artistic
Epoch: %{perl_epoch}
Version: %{perl_version}
# release number must be even higher, because dual-lived modules will be broken otherwise
Release: 433%{?dist}
Release: 434%{?dist}
Summary: Practical Extraction and Report Language
Url: https://www.perl.org/
Source0: https://www.cpan.org/src/5.0/perl-%{perl_version}.tar.xz
@ -519,6 +519,9 @@ Requires: perl(Devel::PPPort)
# /usr/lib/rpm/redhat/redhat-hardened-cc1 that are delivered by
# redhat-rpm-config. Bug #1557667.
Requires: redhat-rpm-config
# Those linker options also include libcrypt.
Requires: libxcrypt-devel%{?_isa}
%if %{defined perl_bootstrap}
%gendep_perl_devel
%endif
@ -5204,6 +5207,9 @@ popd
# Old changelog entries are preserved in CVS.
%changelog
* Tue Mar 05 2019 Björn Esser <besser82@fedoraproject.org> - 4:5.28.1-434
- Add explicit Requires: libxcrypt-devel to devel sub-package
* Fri Feb 22 2019 Petr Pisar <ppisar@redhat.com> - 4:5.28.1-433
- Fix a crash when parsing #line directives with large numbers in eval
(RT#131562)