Remove a useless post-install dependency on perl-macros from perl-interpreter

Nowadays perl-interpreter is not presented in a minimal build root.
Nowadays perl-interpreter means /usr/bin/perl executable only.
When FPC approved new Perl guidelines it added perl-macros to the
dependencies of perl-generators.

Packages that do not depend on perl-generators will have to require
perl-macros explicitly.
This commit is contained in:
Petr Písař 2020-09-23 15:54:30 +02:00
parent a66a6b8ac0
commit 34d8c6f43a
1 changed files with 2 additions and 2 deletions

View File

@ -435,8 +435,6 @@ Suggests: perl-doc = %{perl_version}-%{release}
# We need this to break the dependency loop, and ensure that perl-libs
# gets installed before perl-interpreter.
Requires(post): perl-libs
# Same as perl-libs. We need macros in basic buildroot.
Requires(post): perl-macros
# suidperl isn't created by upstream since 5.12.0
Obsoletes: perl-suidperl <= 4:5.12.2
@ -7024,6 +7022,8 @@ popd
%changelog
* Wed Sep 23 2020 Petr Pisar <ppisar@redhat.com> - 4:5.32.0-463
- Run-require complete perl by perl-CPAN
- Remove a useless post-install dependency on perl-macros from
perl-interpreter
* Thu Aug 27 2020 Petr Pisar <ppisar@redhat.com> - 4:5.32.0-462
- Fix inheritance resolution of lexial objects in a debugger (GH#17661)