Require perl-devel by perl-ExtUtils-MakeMaker

This is to hotfix building 493 XS packages. The dependency will be
weaken after proper announcement.
This commit is contained in:
Petr Písař 2016-04-19 15:39:24 +02:00
parent d0b70f1a7a
commit d56ed2d24a
1 changed files with 6 additions and 0 deletions

View File

@ -104,6 +104,11 @@ Requires: perl(version)
# Win32 is not needed (Win32 only)
# If an XS module is compiled, xsubpp(1) is needed
Requires: perl-ExtUtils-ParseXS
# If an XS module is built, code generated from XS will be compiled and it
# includes Perl header files.
# TODO: This dependency will be weaken in order to relieve building noarch
# packages from perl-devel and gcc.
Requires: perl-devel
# Do not export underspecified dependencies
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(File::Spec\\)\s*$
@ -201,6 +206,7 @@ make test
%changelog
* Tue Apr 19 2016 Petr Pisar <ppisar@redhat.com> - 7.10-5
- Own ExtUtils/MM directory by perl-ExtUtils-MM-Utils only
- Require perl-devel by perl-ExtUtils-MakeMaker
* Mon Apr 18 2016 Petr Pisar <ppisar@redhat.com> - 7.10-4
- Provide maybe_command independently (bug #1129443)