Add explicit Requires: libxcrypt-devel to devel sub-package
This commit is contained in:
parent
4842f957bd
commit
0fb8c35341
@ -83,7 +83,7 @@ License: GPL+ or Artistic
|
|||||||
Epoch: %{perl_epoch}
|
Epoch: %{perl_epoch}
|
||||||
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: 433%{?dist}
|
Release: 434%{?dist}
|
||||||
Summary: Practical Extraction and Report Language
|
Summary: Practical Extraction and Report Language
|
||||||
Url: https://www.perl.org/
|
Url: https://www.perl.org/
|
||||||
Source0: https://www.cpan.org/src/5.0/perl-%{perl_version}.tar.xz
|
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
|
# /usr/lib/rpm/redhat/redhat-hardened-cc1 that are delivered by
|
||||||
# redhat-rpm-config. Bug #1557667.
|
# redhat-rpm-config. Bug #1557667.
|
||||||
Requires: redhat-rpm-config
|
Requires: redhat-rpm-config
|
||||||
|
# Those linker options also include libcrypt.
|
||||||
|
Requires: libxcrypt-devel%{?_isa}
|
||||||
|
|
||||||
%if %{defined perl_bootstrap}
|
%if %{defined perl_bootstrap}
|
||||||
%gendep_perl_devel
|
%gendep_perl_devel
|
||||||
%endif
|
%endif
|
||||||
@ -5204,6 +5207,9 @@ popd
|
|||||||
|
|
||||||
# Old changelog entries are preserved in CVS.
|
# Old changelog entries are preserved in CVS.
|
||||||
%changelog
|
%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
|
* 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
|
- Fix a crash when parsing #line directives with large numbers in eval
|
||||||
(RT#131562)
|
(RT#131562)
|
||||||
|
Loading…
Reference in New Issue
Block a user