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:
parent
a66a6b8ac0
commit
34d8c6f43a
@ -435,8 +435,6 @@ Suggests: perl-doc = %{perl_version}-%{release}
|
|||||||
# We need this to break the dependency loop, and ensure that perl-libs
|
# We need this to break the dependency loop, and ensure that perl-libs
|
||||||
# gets installed before perl-interpreter.
|
# gets installed before perl-interpreter.
|
||||||
Requires(post): perl-libs
|
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
|
# suidperl isn't created by upstream since 5.12.0
|
||||||
Obsoletes: perl-suidperl <= 4:5.12.2
|
Obsoletes: perl-suidperl <= 4:5.12.2
|
||||||
@ -7024,6 +7022,8 @@ popd
|
|||||||
%changelog
|
%changelog
|
||||||
* Wed Sep 23 2020 Petr Pisar <ppisar@redhat.com> - 4:5.32.0-463
|
* Wed Sep 23 2020 Petr Pisar <ppisar@redhat.com> - 4:5.32.0-463
|
||||||
- Run-require complete perl by perl-CPAN
|
- 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
|
* 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)
|
- Fix inheritance resolution of lexial objects in a debugger (GH#17661)
|
||||||
|
Loading…
Reference in New Issue
Block a user