From d62802a5f79a67214b0743891564b360b4cdc113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 3 Jan 2020 11:42:44 +0100 Subject: [PATCH] Move Config to perl-libs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Config is used transitively by perl-libs (_charnames.pm → File::Spec::Unix → Scalar::Util → Config). --- gendep.macros | 2 +- perl.spec | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/gendep.macros b/gendep.macros index 0925cc3..cf4aa26 100644 --- a/gendep.macros +++ b/gendep.macros @@ -2113,7 +2113,6 @@ Requires: perl(threads) \ Requires: perl(threads::shared) \ Requires: perl(warnings) \ Requires: perl(warnings::register) \ -Provides: perl(Config) = 5.030000 \ Provides: perl(Config::Extensions) = 0.03 \ Provides: perl(DB) = 1.08 \ Provides: perl(DBM_Filter) = 0.06 \ @@ -2225,6 +2224,7 @@ Provides: perl(:WITH_ITHREADS) \ Provides: perl(:WITH_LARGEFILES) \ Provides: perl(:WITH_PERLIO) \ Provides: perl(:WITH_THREADS) \ +Provides: perl(Config) = 5.030001 \ Provides: perl(File::Glob) = 1.32 \ Provides: perl(PerlIO) = 1.10 \ Provides: perl(PerlIO::encoding) = 0.27 \ diff --git a/perl.spec b/perl.spec index a78507d..fb58d15 100644 --- a/perl.spec +++ b/perl.spec @@ -4162,6 +4162,9 @@ popd %exclude %{archlib}/auto/re %exclude %dir %{archlib}/auto/Tie %exclude %{archlib}/auto/Tie/Hash +%exclude %{archlib}/Config.* +%exclude %{archlib}/Config_heavy.pl +%exclude %{archlib}/Config_git.pl %exclude %dir %{archlib}/CORE %exclude %{archlib}/CORE/libperl.so %exclude %dir %{archlib}/File @@ -4190,6 +4193,7 @@ popd %exclude %{_mandir}/man3/attributes.* %exclude %{_mandir}/man3/bytes.* %exclude %{_mandir}/man3/charnames.* +%exclude %{_mandir}/man3/Config.* %exclude %{_mandir}/man3/File::Glob.* %exclude %{_mandir}/man3/integer.* %exclude %{_mandir}/man3/PerlIO.* @@ -5309,6 +5313,9 @@ popd %{archlib}/auto/re %dir %{archlib}/auto/Tie %{archlib}/auto/Tie/Hash +%{archlib}/Config.* +%{archlib}/Config_git.pl +%{archlib}/Config_heavy.pl %dir %{archlib}/CORE %{archlib}/CORE/libperl.so %dir %{archlib}/File @@ -5337,6 +5344,7 @@ popd %{_mandir}/man3/attributes.* %{_mandir}/man3/bytes.* %{_mandir}/man3/charnames.* +%{_mandir}/man3/Config.* %{_mandir}/man3/File::Glob.* %{_mandir}/man3/integer.* %{_mandir}/man3/PerlIO.* @@ -6733,6 +6741,7 @@ popd - Subpackage User::* modules into perl-User-pwent - Subpackage Time - Subpackage base Tie::* modules into perl-Tie +- Move Config to perl-libs * Wed Jan 29 2020 Fedora Release Engineering - 4:5.30.1-450 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild