From e5954031f9e72d6b455c48a7bff6cd5991806bfe Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Fri, 22 Jul 2022 07:56:54 +0200 Subject: [PATCH 01/11] Initial version of module --- perl-bootstrap.yaml | 980 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 980 insertions(+) create mode 100644 perl-bootstrap.yaml diff --git a/perl-bootstrap.yaml b/perl-bootstrap.yaml new file mode 100644 index 0000000..6e6ad61 --- /dev/null +++ b/perl-bootstrap.yaml @@ -0,0 +1,980 @@ +document: modulemd-packager +version: 3 +data: + stream: '5.36' + summary: Perl bootstrap module for bootstrapping Perl module + description: > + This is the Perl interpreter and a set of modules written in Perl + language intended for bootstrapping a perl module. This bootstrap + module disables some optional tests to limit the amount of components. + This module is not intended for a public use. It's an intermediate + step for building the perl module. + license: [MIT] + xmd: + mbs_options: + # Prevent from contaminating build root with non-modular Perl packages + blocked_packages: + - perl + - perl-Algorithm-Diff + - perl-Archive-Tar + - perl-Archive-Zip + - perl-autodie + - perl-bignum + - perl-Capture-Tiny + - perl-Carp + - perl-Compress-Bzip2 + - perl-Compress-Raw-Bzip2 + - perl-Compress-Raw-Lzma + - perl-Compress-Raw-Zlib + - perl-Config-AutoConf + - perl-Config-Perl-V + - perl-constant + - perl-CPAN + - perl-CPAN-DistnameInfo + - perl-CPAN-Meta + - perl-CPAN-Meta-Requirements + - perl-CPAN-Meta-YAML + - perl-Data-Dumper + - perl-Data-OptList + - perl-Data-Section + - perl-DB_File + - perl-Devel-PPPort + - perl-Devel-Size + - perl-Digest + - perl-Digest-MD5 + - perl-Digest-SHA + - perl-Digest-SHA1 + - perl-Encode + - perl-Encode-Locale + - perl-Env + - perl-experimental + - perl-Exporter + - perl-ExtUtils-CBuilder + - perl-ExtUtils-Install + - perl-ExtUtils-MakeMaker + - perl-ExtUtils-Manifest + - perl-ExtUtils-ParseXS + - perl-Fedora-VSP + - perl-File-Fetch + - perl-File-HomeDir + - perl-File-Path + - perl-File-Remove + - perl-File-Temp + - perl-File-Which + - perl-Filter + - perl-Filter-Simple + - perl-generators + - perl-Getopt-Long + - perl-HTTP-Tiny + - perl-Importer + - perl-inc-latest + - perl-IO-Compress + - perl-IO-Compress-Lzma + - perl-IO-Socket-IP + - perl-IO-Tty + - perl-IO-Zlib + - perl-IPC-Cmd + - perl-IPC-Run + - perl-IPC-System-Simple + - perl-IPC-SysV + - perl-JSON-PP + - perl-libnet + - perl-Locale-Maketext + - perl-local-lib + - perl-Math-BigInt + - perl-Math-BigInt-FastCalc + - perl-Math-BigInt-GMP + - perl-Math-BigRat + - perl-MIME-Base64 + - perl-Module-Build + - perl-Module-CoreList + - perl-Module-Install + - perl-Module-Load + - perl-Module-Load-Conditional + - perl-Module-Metadata + - perl-Module-ScanDeps + - perl-Module-Signature + - perl-MRO-Compat + - perl-Net-Ping + - perl-Object-HashBase + - perl-Package-Generator + - perl-Params-Check + - perl-Params-Util + - perl-parent + - perl-PathTools + - perl-perlfaq + - perl-PerlIO-via-QuotedPrint + - perl-Perl-OSType + - perl-Pod-Checker + - perl-Pod-Escapes + - perl-podlators + - perl-Pod-Parser + - perl-Pod-Perldoc + - perl-Pod-Simple + - perl-Pod-Usage + - perl-Scalar-List-Utils + - perl-Socket + - perl-Software-License + - perl-srpm-macros + - perl-Storable + - perl-Sub-Exporter + - perl-Sub-Install + - perl-Sys-Syslog + - perl-Term-ANSIColor + - perl-Term-Cap + - perl-TermReadKey + - perl-Term-Size-Any + - perl-Term-Size-Perl + - perl-Term-Table + - perl-Test-FailWarnings + - perl-Test-Harness + - perl-Test-Needs + - perl-Test-NoWarnings + - perl-Test-Pod + - perl-Test-Requires + - perl-Test-Simple + - perl-Text-Balanced + - perl-Text-Diff + - perl-Text-Glob + - perl-Text-ParseWords + - perl-Text-Tabs+Wrap + - perl-Text-Template + - perl-Thread-Queue + - perl-threads + - perl-threads-shared + - perl-Tie-RefHash + - perl-Time-HiRes + - perl-Time-Local + - perl-Try-Tiny + - perl-Unicode-Collate + - perl-Unicode-Normalize + - perl-URI + - perl-version + - perl-YAML-Tiny + configurations: + - context: 'f35' + platform: f35 + buildopts: + rpms: + macros: | + %perl_bootstrap 1 + %_with_perl_enables_groff 1 + %_without_perl_enables_syslog_test 1 + %_with_perl_enables_systemtap 1 + %_without_perl_enables_tcsh 1 + %_without_perl_Archive_Tar_enables_optional_test 1 + %_without_perl_autodie_enables_optional_test 1 + %_without_perl_Compress_Bzip2_enables_optional_test 1 + %_without_perl_Compress_Raw_Bzip2_enables_optional_test 1 + %_without_perl_Compress_Raw_Lzma_enables_optional_test 1 + %_without_perl_Compress_Raw_Zlib_enables_optional_test 1 + %_without_perl_Config_AutoConf_enables_File_Slurper 1 + %_without_perl_Config_AutoConf_enables_Scalar_Util 1 + %_without_perl_constant_enables_optional_test 1 + %_without_perl_CPAN_enables_optional_test 1 + %_without_perl_CPAN_Meta_Requirements_enables_optional_test 1 + %_without_perl_CPAN_Meta_YAML_enables_extra_test 1 + %_without_perl_Data_OptList_enables_extra_test 1 + %_without_perl_Data_Section_enables_extra_test 1 + %_without_perl_Data_Section_enables_optional_test 1 + %_without_perl_DB_File_enables_optional_test 1 + %_without_perl_Devel_PPPort_enables_optional_test 1 + %_without_perl_Devel_Size_enables_optional_test 1 + %_without_perl_Digest_SHA_enables_optional_test 1 + %_without_perl_Filter_enables_optional_test 1 + %_without_perl_IO_Compress_enables_optional_test 1 + %_without_perl_IO_Compress_Lzma_enables_optional_test 1 + %_without_perl_IO_Socket_IP_enables_optional_test 1 + %_without_perl_IPC_Cmd_enables_IPC_Run 1 + %_without_perl_IPC_Run_enables_optional_test 1 + %_without_perl_IPC_System_Simple_enables_optional_test 1 + %_without_perl_IPC_SysV_enables_optional_test 1 + %_without_perl_JSON_PP_enables_optional_test 1 + %_without_perl_libnet_enables_sasl 1 + %_without_perl_libnet_enables_ssl 1 + %_without_perl_Locale_Maketext_enables_optional_test 1 + %_without_perl_Module_Build_enables_optional_test 1 + %_without_perl_Module_Install_enables_optional_test 1 + %_without_perl_Module_ScanDeps_enables_optional_tests 1 + %_without_perl_Module_ScanDeps_enables_prefork 1 + %_without_perl_Net_Ping_enables_optional_test 1 + %_without_perl_Package_Generator_enables_extra_test 1 + %_without_perl_Perl_OSType_enables_optional_test 1 + %_without_perl_Pod_Parser_enables_optional_test 1 + %_without_perl_Pod_Perldoc_enables_tk_test 1 + %_without_perl_Pod_Simple_enables_optional_test 1 + %_without_perl_Software_License_enables_extra_test 1 + %_without_perl_Software_License_enables_optional_test 1 + %_without_perl_Sub_Exporter_enables_extra_test 1 + %_without_perl_Sub_Install_enables_optional_test 1 + %_without_perl_Sys_Syslog_enables_optional_test 1 + %_without_perl_Term_Size_Any_enabels_optional_test 1 + %_with_perl_Term_Table_enables_terminal 1 + %_without_perl_Term_Table_enables_unicode 1 + %_without_perl_Test_Harness_enables_optional_test 1 + %_without_perl_Test_NoWarnings_enables_stack_trace 1 + %_without_perl_Test_Simple_enables_Module_Pluggable 1 + %_without_perl_Test_Simple_enables_optional_test 1 + %_without_perl_Text_Template_enables_optional_test 1 + %_without_perl_Try_Tiny_enables_optional_test 1 + %_without_perl_URI_enables_Business_ISBN 1 + %_without_perl_URI_enables_Regexp_IPv6 1 + %_without_perl_version_enables_optional_test 1 + %_without_perl_YAML_Tiny_enables_JSON_MaybeX_test 1 + - context: 'f36' + platform: f36 + buildopts: + rpms: + macros: | + %perl_bootstrap 1 + %_with_perl_enables_groff 1 + %_without_perl_enables_syslog_test 1 + %_with_perl_enables_systemtap 1 + %_without_perl_enables_tcsh 1 + %_without_perl_Archive_Tar_enables_optional_test 1 + %_without_perl_autodie_enables_optional_test 1 + %_without_perl_Compress_Bzip2_enables_optional_test 1 + %_without_perl_Compress_Raw_Bzip2_enables_optional_test 1 + %_without_perl_Compress_Raw_Lzma_enables_optional_test 1 + %_without_perl_Compress_Raw_Zlib_enables_optional_test 1 + %_without_perl_Config_AutoConf_enables_File_Slurper 1 + %_without_perl_Config_AutoConf_enables_Scalar_Util 1 + %_without_perl_constant_enables_optional_test 1 + %_without_perl_CPAN_enables_optional_test 1 + %_without_perl_CPAN_Meta_Requirements_enables_optional_test 1 + %_without_perl_CPAN_Meta_YAML_enables_extra_test 1 + %_without_perl_Data_OptList_enables_extra_test 1 + %_without_perl_Data_Section_enables_extra_test 1 + %_without_perl_Data_Section_enables_optional_test 1 + %_without_perl_DB_File_enables_optional_test 1 + %_without_perl_Devel_PPPort_enables_optional_test 1 + %_without_perl_Devel_Size_enables_optional_test 1 + %_without_perl_Digest_SHA_enables_optional_test 1 + %_without_perl_Filter_enables_optional_test 1 + %_without_perl_IO_Compress_enables_optional_test 1 + %_without_perl_IO_Compress_Lzma_enables_optional_test 1 + %_without_perl_IO_Socket_IP_enables_optional_test 1 + %_without_perl_IPC_Cmd_enables_IPC_Run 1 + %_without_perl_IPC_Run_enables_optional_test 1 + %_without_perl_IPC_System_Simple_enables_optional_test 1 + %_without_perl_IPC_SysV_enables_optional_test 1 + %_without_perl_JSON_PP_enables_optional_test 1 + %_without_perl_libnet_enables_sasl 1 + %_without_perl_libnet_enables_ssl 1 + %_without_perl_Locale_Maketext_enables_optional_test 1 + %_without_perl_Module_Build_enables_optional_test 1 + %_without_perl_Module_Install_enables_optional_test 1 + %_without_perl_Module_ScanDeps_enables_optional_tests 1 + %_without_perl_Module_ScanDeps_enables_prefork 1 + %_without_perl_Net_Ping_enables_optional_test 1 + %_without_perl_Package_Generator_enables_extra_test 1 + %_without_perl_Perl_OSType_enables_optional_test 1 + %_without_perl_Pod_Parser_enables_optional_test 1 + %_without_perl_Pod_Perldoc_enables_tk_test 1 + %_without_perl_Pod_Simple_enables_optional_test 1 + %_without_perl_Software_License_enables_extra_test 1 + %_without_perl_Software_License_enables_optional_test 1 + %_without_perl_Sub_Exporter_enables_extra_test 1 + %_without_perl_Sub_Install_enables_optional_test 1 + %_without_perl_Sys_Syslog_enables_optional_test 1 + %_without_perl_Term_Size_Any_enabels_optional_test 1 + %_with_perl_Term_Table_enables_terminal 1 + %_without_perl_Term_Table_enables_unicode 1 + %_without_perl_Test_Harness_enables_optional_test 1 + %_without_perl_Test_NoWarnings_enables_stack_trace 1 + %_without_perl_Test_Simple_enables_Module_Pluggable 1 + %_without_perl_Test_Simple_enables_optional_test 1 + %_without_perl_Text_Template_enables_optional_test 1 + %_without_perl_Try_Tiny_enables_optional_test 1 + %_without_perl_URI_enables_Business_ISBN 1 + %_without_perl_URI_enables_Regexp_IPv6 1 + %_without_perl_version_enables_optional_test 1 + %_without_perl_YAML_Tiny_enables_JSON_MaybeX_test 1 + - context: 'f37' + platform: f37 + buildopts: + rpms: + macros: | + %perl_bootstrap 1 + %_with_perl_enables_groff 1 + %_without_perl_enables_syslog_test 1 + %_with_perl_enables_systemtap 1 + %_without_perl_enables_tcsh 1 + %_without_perl_Archive_Tar_enables_optional_test 1 + %_without_perl_autodie_enables_optional_test 1 + %_without_perl_Compress_Bzip2_enables_optional_test 1 + %_without_perl_Compress_Raw_Bzip2_enables_optional_test 1 + %_without_perl_Compress_Raw_Lzma_enables_optional_test 1 + %_without_perl_Compress_Raw_Zlib_enables_optional_test 1 + %_without_perl_Config_AutoConf_enables_File_Slurper 1 + %_without_perl_Config_AutoConf_enables_Scalar_Util 1 + %_without_perl_constant_enables_optional_test 1 + %_without_perl_CPAN_enables_optional_test 1 + %_without_perl_CPAN_Meta_Requirements_enables_optional_test 1 + %_without_perl_CPAN_Meta_YAML_enables_extra_test 1 + %_without_perl_Data_OptList_enables_extra_test 1 + %_without_perl_Data_Section_enables_extra_test 1 + %_without_perl_Data_Section_enables_optional_test 1 + %_without_perl_DB_File_enables_optional_test 1 + %_without_perl_Devel_PPPort_enables_optional_test 1 + %_without_perl_Devel_Size_enables_optional_test 1 + %_without_perl_Digest_SHA_enables_optional_test 1 + %_without_perl_Filter_enables_optional_test 1 + %_without_perl_IO_Compress_enables_optional_test 1 + %_without_perl_IO_Compress_Lzma_enables_optional_test 1 + %_without_perl_IO_Socket_IP_enables_optional_test 1 + %_without_perl_IPC_Cmd_enables_IPC_Run 1 + %_without_perl_IPC_Run_enables_optional_test 1 + %_without_perl_IPC_System_Simple_enables_optional_test 1 + %_without_perl_IPC_SysV_enables_optional_test 1 + %_without_perl_JSON_PP_enables_optional_test 1 + %_without_perl_libnet_enables_sasl 1 + %_without_perl_libnet_enables_ssl 1 + %_without_perl_Locale_Maketext_enables_optional_test 1 + %_without_perl_Module_Build_enables_optional_test 1 + %_without_perl_Module_Install_enables_optional_test 1 + %_without_perl_Module_ScanDeps_enables_optional_tests 1 + %_without_perl_Module_ScanDeps_enables_prefork 1 + %_without_perl_Net_Ping_enables_optional_test 1 + %_without_perl_Package_Generator_enables_extra_test 1 + %_without_perl_Perl_OSType_enables_optional_test 1 + %_without_perl_Pod_Parser_enables_optional_test 1 + %_without_perl_Pod_Perldoc_enables_tk_test 1 + %_without_perl_Pod_Simple_enables_optional_test 1 + %_without_perl_Software_License_enables_extra_test 1 + %_without_perl_Software_License_enables_optional_test 1 + %_without_perl_Sub_Exporter_enables_extra_test 1 + %_without_perl_Sub_Install_enables_optional_test 1 + %_without_perl_Sys_Syslog_enables_optional_test 1 + %_without_perl_Term_Size_Any_enabels_optional_test 1 + %_with_perl_Term_Table_enables_terminal 1 + %_without_perl_Term_Table_enables_unicode 1 + %_without_perl_Test_Harness_enables_optional_test 1 + %_without_perl_Test_NoWarnings_enables_stack_trace 1 + %_without_perl_Test_Simple_enables_Module_Pluggable 1 + %_without_perl_Test_Simple_enables_optional_test 1 + %_without_perl_Text_Template_enables_optional_test 1 + %_without_perl_Try_Tiny_enables_optional_test 1 + %_without_perl_URI_enables_Business_ISBN 1 + %_without_perl_URI_enables_Regexp_IPv6 1 + %_without_perl_version_enables_optional_test 1 + %_without_perl_YAML_Tiny_enables_JSON_MaybeX_test 1 + - context: 'eln' + platform: eln + buildopts: + rpms: + macros: | + %perl_bootstrap 1 + %_with_perl_enables_groff 1 + %_without_perl_enables_syslog_test 1 + %_with_perl_enables_systemtap 1 + %_without_perl_enables_tcsh 1 + %_without_perl_Archive_Tar_enables_optional_test 1 + %_without_perl_autodie_enables_optional_test 1 + %_without_perl_Compress_Bzip2_enables_optional_test 1 + %_without_perl_Compress_Raw_Bzip2_enables_optional_test 1 + %_without_perl_Compress_Raw_Lzma_enables_optional_test 1 + %_without_perl_Compress_Raw_Zlib_enables_optional_test 1 + %_without_perl_Config_AutoConf_enables_File_Slurper 1 + %_without_perl_Config_AutoConf_enables_Scalar_Util 1 + %_without_perl_constant_enables_optional_test 1 + %_without_perl_CPAN_enables_optional_test 1 + %_without_perl_CPAN_Meta_Requirements_enables_optional_test 1 + %_without_perl_CPAN_Meta_YAML_enables_extra_test 1 + %_without_perl_Data_OptList_enables_extra_test 1 + %_without_perl_Data_Section_enables_extra_test 1 + %_without_perl_Data_Section_enables_optional_test 1 + %_without_perl_DB_File_enables_optional_test 1 + %_without_perl_Devel_PPPort_enables_optional_test 1 + %_without_perl_Devel_Size_enables_optional_test 1 + %_without_perl_Digest_SHA_enables_optional_test 1 + %_without_perl_Filter_enables_optional_test 1 + %_without_perl_IO_Compress_enables_optional_test 1 + %_without_perl_IO_Compress_Lzma_enables_optional_test 1 + %_without_perl_IO_Socket_IP_enables_optional_test 1 + %_without_perl_IPC_Cmd_enables_IPC_Run 1 + %_without_perl_IPC_Run_enables_optional_test 1 + %_without_perl_IPC_System_Simple_enables_optional_test 1 + %_without_perl_IPC_SysV_enables_optional_test 1 + %_without_perl_JSON_PP_enables_optional_test 1 + %_without_perl_libnet_enables_sasl 1 + %_without_perl_libnet_enables_ssl 1 + %_without_perl_Locale_Maketext_enables_optional_test 1 + %_without_perl_Module_Build_enables_optional_test 1 + %_without_perl_Module_Install_enables_optional_test 1 + %_without_perl_Module_ScanDeps_enables_optional_tests 1 + %_without_perl_Module_ScanDeps_enables_prefork 1 + %_without_perl_Net_Ping_enables_optional_test 1 + %_without_perl_Package_Generator_enables_extra_test 1 + %_without_perl_Perl_OSType_enables_optional_test 1 + %_without_perl_Pod_Parser_enables_optional_test 1 + %_without_perl_Pod_Perldoc_enables_tk_test 1 + %_without_perl_Pod_Simple_enables_optional_test 1 + %_without_perl_Software_License_enables_extra_test 1 + %_without_perl_Software_License_enables_optional_test 1 + %_without_perl_Sub_Exporter_enables_extra_test 1 + %_without_perl_Sub_Install_enables_optional_test 1 + %_without_perl_Sys_Syslog_enables_optional_test 1 + %_without_perl_Term_Size_Any_enabels_optional_test 1 + %_with_perl_Term_Table_enables_terminal 1 + %_without_perl_Term_Table_enables_unicode 1 + %_without_perl_Test_Harness_enables_optional_test 1 + %_without_perl_Test_NoWarnings_enables_stack_trace 1 + %_without_perl_Test_Simple_enables_Module_Pluggable 1 + %_without_perl_Test_Simple_enables_optional_test 1 + %_without_perl_Text_Template_enables_optional_test 1 + %_without_perl_Try_Tiny_enables_optional_test 1 + %_without_perl_URI_enables_Business_ISBN 1 + %_without_perl_URI_enables_Regexp_IPv6 1 + %_without_perl_version_enables_optional_test 1 + %_without_perl_YAML_Tiny_enables_JSON_MaybeX_test 1 + references: + community: https://docs.fedoraproject.org/en-US/modularity/ + documentation: https://asamalik.fedorapeople.org/boltron-doc/development/building-modules/module-guidelines.html + tracker: https://bugzilla.redhat.com/buglist.cgi?classification=Fedora&product=Fedora%20Modules&component=perl-bootstrap + components: + rpms: + perl: + rationale: The Perl interpreter. + ref: rawhide + buildorder: 0 + perl-Fedora-VSP: + rationale: A build dependency. + ref: rawhide + buildorder: 1 + perl-generators: + rationale: A build dependency. + ref: rawhide + buildorder: 2 + perl-Algorithm-Diff: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Archive-Tar: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Archive-Zip: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-autodie: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Capture-Tiny: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Carp: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Compress-Bzip2: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Compress-Raw-Bzip2: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Compress-Raw-Lzma: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Compress-Raw-Zlib: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Config-Perl-V: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-constant: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-CPAN-DistnameInfo: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-CPAN-Meta: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-CPAN-Meta-Requirements: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-CPAN-Meta-YAML: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Data-Dumper: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-DB_File: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Devel-PPPort: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Devel-Size: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Digest: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Digest-MD5: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Digest-SHA: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Digest-SHA1: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Encode: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Encode-Locale: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Env: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-experimental: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Exporter: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-ExtUtils-CBuilder: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-ExtUtils-Install: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-ExtUtils-MakeMaker: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-ExtUtils-Manifest: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-ExtUtils-ParseXS: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-File-Fetch: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-File-Path: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-File-Remove: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-File-Temp: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-File-Which: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Filter: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Filter-Simple: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Getopt-Long: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-HTTP-Tiny: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Importer: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-inc-latest: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-IO-Socket-IP: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-IO-Tty: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-IO-Zlib: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-IPC-Cmd: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-IPC-System-Simple: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-IPC-SysV: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-JSON-PP: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-libnet: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Locale-Maketext: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Math-BigInt: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Math-BigRat: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-MIME-Base64: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Module-CoreList: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Module-Load: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Module-Load-Conditional: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Module-Metadata: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-MRO-Compat: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Net-Ping: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Object-HashBase: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Params-Check: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-parent: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-PathTools: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-perlfaq: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-PerlIO-via-QuotedPrint: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Perl-OSType: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Pod-Checker: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Pod-Escapes: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-podlators: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Pod-Parser: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Pod-Perldoc: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Pod-Simple: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Scalar-List-Utils: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Socket: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Storable: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Sub-Install: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Sys-Syslog: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Term-ANSIColor: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Term-Cap: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-TermReadKey: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Term-Size-Perl: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Test-Harness: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Test-Needs: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Test-NoWarnings: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Test-Pod: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Test-Requires: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Test-Simple: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Text-Balanced: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Text-Glob: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Text-ParseWords: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Text-Tabs+Wrap: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Text-Template: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Thread-Queue: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-threads: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-threads-shared: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Tie-RefHash: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Time-HiRes: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Time-Local: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Try-Tiny: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Unicode-Collate: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-Unicode-Normalize: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-version: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-YAML-Tiny: + rationale: A build dependency. + ref: rawhide + buildorder: 3 + perl-bignum: + rationale: A build dependency. + ref: rawhide + buildorder: 4 + perl-Config-AutoConf: + rationale: A build dependency. + ref: rawhide + buildorder: 4 + perl-CPAN: + rationale: A build dependency. + ref: rawhide + buildorder: 4 + perl-File-HomeDir: + rationale: A build dependency. + ref: rawhide + buildorder: 4 + perl-IO-Compress: + rationale: A build dependency. + ref: rawhide + buildorder: 4 + perl-IPC-Run: + rationale: A build dependency. + ref: rawhide + buildorder: 4 + perl-Math-BigInt-FastCalc: + rationale: A build dependency. + ref: rawhide + buildorder: 4 + perl-Math-BigInt-GMP: + rationale: A build dependency. + ref: rawhide + buildorder: 4 + perl-Module-Build: + rationale: A build dependency. + ref: rawhide + buildorder: 4 + perl-Module-ScanDeps: + rationale: A build dependency. + ref: rawhide + buildorder: 4 + perl-Pod-Usage: + rationale: A build dependency. + ref: rawhide + buildorder: 4 + perl-Term-Size-Any: + rationale: A build dependency. + ref: rawhide + buildorder: 4 + perl-Test-FailWarnings: + rationale: A build dependency. + ref: rawhide + buildorder: 4 + perl-Text-Diff: + rationale: A build dependency. + ref: rawhide + buildorder: 4 + perl-URI: + rationale: A build dependency. + ref: rawhide + buildorder: 4 + perl-IO-Compress-Lzma: + rationale: A build dependency. + ref: rawhide + buildorder: 5 + perl-local-lib: + rationale: A build dependency. + ref: rawhide + buildorder: 5 + perl-Module-Install: + rationale: A build dependency. + ref: rawhide + buildorder: 5 + perl-Params-Util: + rationale: A build dependency. + ref: rawhide + buildorder: 5 + perl-Term-Table: + rationale: A build dependency. + ref: rawhide + buildorder: 5 + perl-Data-OptList: + rationale: A build dependency. + ref: rawhide + buildorder: 6 + perl-Module-Signature: + rationale: A build dependency. + ref: rawhide + buildorder: 6 + perl-Package-Generator: + rationale: A build dependency. + ref: rawhide + buildorder: 6 + perl-Sub-Exporter: + rationale: A build dependency. + ref: rawhide + buildorder: 7 + perl-Data-Section: + rationale: A build dependency. + ref: rawhide + buildorder: 8 + perl-Software-License: + rationale: A build dependency. + ref: rawhide + buildorder: 9 From b97c9262c5c5ed5a0a3add7e690157fe4af481e9 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Tue, 26 Jul 2022 14:02:35 +0200 Subject: [PATCH 02/11] Remove context for eln --- perl-bootstrap.yaml | 69 --------------------------------------------- 1 file changed, 69 deletions(-) diff --git a/perl-bootstrap.yaml b/perl-bootstrap.yaml index 6e6ad61..92e7f8c 100644 --- a/perl-bootstrap.yaml +++ b/perl-bootstrap.yaml @@ -359,75 +359,6 @@ data: %_without_perl_URI_enables_Regexp_IPv6 1 %_without_perl_version_enables_optional_test 1 %_without_perl_YAML_Tiny_enables_JSON_MaybeX_test 1 - - context: 'eln' - platform: eln - buildopts: - rpms: - macros: | - %perl_bootstrap 1 - %_with_perl_enables_groff 1 - %_without_perl_enables_syslog_test 1 - %_with_perl_enables_systemtap 1 - %_without_perl_enables_tcsh 1 - %_without_perl_Archive_Tar_enables_optional_test 1 - %_without_perl_autodie_enables_optional_test 1 - %_without_perl_Compress_Bzip2_enables_optional_test 1 - %_without_perl_Compress_Raw_Bzip2_enables_optional_test 1 - %_without_perl_Compress_Raw_Lzma_enables_optional_test 1 - %_without_perl_Compress_Raw_Zlib_enables_optional_test 1 - %_without_perl_Config_AutoConf_enables_File_Slurper 1 - %_without_perl_Config_AutoConf_enables_Scalar_Util 1 - %_without_perl_constant_enables_optional_test 1 - %_without_perl_CPAN_enables_optional_test 1 - %_without_perl_CPAN_Meta_Requirements_enables_optional_test 1 - %_without_perl_CPAN_Meta_YAML_enables_extra_test 1 - %_without_perl_Data_OptList_enables_extra_test 1 - %_without_perl_Data_Section_enables_extra_test 1 - %_without_perl_Data_Section_enables_optional_test 1 - %_without_perl_DB_File_enables_optional_test 1 - %_without_perl_Devel_PPPort_enables_optional_test 1 - %_without_perl_Devel_Size_enables_optional_test 1 - %_without_perl_Digest_SHA_enables_optional_test 1 - %_without_perl_Filter_enables_optional_test 1 - %_without_perl_IO_Compress_enables_optional_test 1 - %_without_perl_IO_Compress_Lzma_enables_optional_test 1 - %_without_perl_IO_Socket_IP_enables_optional_test 1 - %_without_perl_IPC_Cmd_enables_IPC_Run 1 - %_without_perl_IPC_Run_enables_optional_test 1 - %_without_perl_IPC_System_Simple_enables_optional_test 1 - %_without_perl_IPC_SysV_enables_optional_test 1 - %_without_perl_JSON_PP_enables_optional_test 1 - %_without_perl_libnet_enables_sasl 1 - %_without_perl_libnet_enables_ssl 1 - %_without_perl_Locale_Maketext_enables_optional_test 1 - %_without_perl_Module_Build_enables_optional_test 1 - %_without_perl_Module_Install_enables_optional_test 1 - %_without_perl_Module_ScanDeps_enables_optional_tests 1 - %_without_perl_Module_ScanDeps_enables_prefork 1 - %_without_perl_Net_Ping_enables_optional_test 1 - %_without_perl_Package_Generator_enables_extra_test 1 - %_without_perl_Perl_OSType_enables_optional_test 1 - %_without_perl_Pod_Parser_enables_optional_test 1 - %_without_perl_Pod_Perldoc_enables_tk_test 1 - %_without_perl_Pod_Simple_enables_optional_test 1 - %_without_perl_Software_License_enables_extra_test 1 - %_without_perl_Software_License_enables_optional_test 1 - %_without_perl_Sub_Exporter_enables_extra_test 1 - %_without_perl_Sub_Install_enables_optional_test 1 - %_without_perl_Sys_Syslog_enables_optional_test 1 - %_without_perl_Term_Size_Any_enabels_optional_test 1 - %_with_perl_Term_Table_enables_terminal 1 - %_without_perl_Term_Table_enables_unicode 1 - %_without_perl_Test_Harness_enables_optional_test 1 - %_without_perl_Test_NoWarnings_enables_stack_trace 1 - %_without_perl_Test_Simple_enables_Module_Pluggable 1 - %_without_perl_Test_Simple_enables_optional_test 1 - %_without_perl_Text_Template_enables_optional_test 1 - %_without_perl_Try_Tiny_enables_optional_test 1 - %_without_perl_URI_enables_Business_ISBN 1 - %_without_perl_URI_enables_Regexp_IPv6 1 - %_without_perl_version_enables_optional_test 1 - %_without_perl_YAML_Tiny_enables_JSON_MaybeX_test 1 references: community: https://docs.fedoraproject.org/en-US/modularity/ documentation: https://asamalik.fedorapeople.org/boltron-doc/development/building-modules/module-guidelines.html From 59279582092ed54a59672880c25eef46a9759050 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 10 Aug 2022 16:49:20 +0000 Subject: [PATCH 03/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 6df221e36d160096ed8d8b0e7fab358648863980 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Mon, 15 Aug 2022 09:45:53 +0200 Subject: [PATCH 04/11] Build module against platform:f38 --- perl-bootstrap.yaml | 341 ++++++++++++++++++++++++++------------------ 1 file changed, 205 insertions(+), 136 deletions(-) diff --git a/perl-bootstrap.yaml b/perl-bootstrap.yaml index 92e7f8c..3fe424f 100644 --- a/perl-bootstrap.yaml +++ b/perl-bootstrap.yaml @@ -359,6 +359,75 @@ data: %_without_perl_URI_enables_Regexp_IPv6 1 %_without_perl_version_enables_optional_test 1 %_without_perl_YAML_Tiny_enables_JSON_MaybeX_test 1 + - context: 'f38' + platform: f38 + buildopts: + rpms: + macros: | + %perl_bootstrap 1 + %_with_perl_enables_groff 1 + %_without_perl_enables_syslog_test 1 + %_with_perl_enables_systemtap 1 + %_without_perl_enables_tcsh 1 + %_without_perl_Archive_Tar_enables_optional_test 1 + %_without_perl_autodie_enables_optional_test 1 + %_without_perl_Compress_Bzip2_enables_optional_test 1 + %_without_perl_Compress_Raw_Bzip2_enables_optional_test 1 + %_without_perl_Compress_Raw_Lzma_enables_optional_test 1 + %_without_perl_Compress_Raw_Zlib_enables_optional_test 1 + %_without_perl_Config_AutoConf_enables_File_Slurper 1 + %_without_perl_Config_AutoConf_enables_Scalar_Util 1 + %_without_perl_constant_enables_optional_test 1 + %_without_perl_CPAN_enables_optional_test 1 + %_without_perl_CPAN_Meta_Requirements_enables_optional_test 1 + %_without_perl_CPAN_Meta_YAML_enables_extra_test 1 + %_without_perl_Data_OptList_enables_extra_test 1 + %_without_perl_Data_Section_enables_extra_test 1 + %_without_perl_Data_Section_enables_optional_test 1 + %_without_perl_DB_File_enables_optional_test 1 + %_without_perl_Devel_PPPort_enables_optional_test 1 + %_without_perl_Devel_Size_enables_optional_test 1 + %_without_perl_Digest_SHA_enables_optional_test 1 + %_without_perl_Filter_enables_optional_test 1 + %_without_perl_IO_Compress_enables_optional_test 1 + %_without_perl_IO_Compress_Lzma_enables_optional_test 1 + %_without_perl_IO_Socket_IP_enables_optional_test 1 + %_without_perl_IPC_Cmd_enables_IPC_Run 1 + %_without_perl_IPC_Run_enables_optional_test 1 + %_without_perl_IPC_System_Simple_enables_optional_test 1 + %_without_perl_IPC_SysV_enables_optional_test 1 + %_without_perl_JSON_PP_enables_optional_test 1 + %_without_perl_libnet_enables_sasl 1 + %_without_perl_libnet_enables_ssl 1 + %_without_perl_Locale_Maketext_enables_optional_test 1 + %_without_perl_Module_Build_enables_optional_test 1 + %_without_perl_Module_Install_enables_optional_test 1 + %_without_perl_Module_ScanDeps_enables_optional_tests 1 + %_without_perl_Module_ScanDeps_enables_prefork 1 + %_without_perl_Net_Ping_enables_optional_test 1 + %_without_perl_Package_Generator_enables_extra_test 1 + %_without_perl_Perl_OSType_enables_optional_test 1 + %_without_perl_Pod_Parser_enables_optional_test 1 + %_without_perl_Pod_Perldoc_enables_tk_test 1 + %_without_perl_Pod_Simple_enables_optional_test 1 + %_without_perl_Software_License_enables_extra_test 1 + %_without_perl_Software_License_enables_optional_test 1 + %_without_perl_Sub_Exporter_enables_extra_test 1 + %_without_perl_Sub_Install_enables_optional_test 1 + %_without_perl_Sys_Syslog_enables_optional_test 1 + %_without_perl_Term_Size_Any_enabels_optional_test 1 + %_with_perl_Term_Table_enables_terminal 1 + %_without_perl_Term_Table_enables_unicode 1 + %_without_perl_Test_Harness_enables_optional_test 1 + %_without_perl_Test_NoWarnings_enables_stack_trace 1 + %_without_perl_Test_Simple_enables_Module_Pluggable 1 + %_without_perl_Test_Simple_enables_optional_test 1 + %_without_perl_Text_Template_enables_optional_test 1 + %_without_perl_Try_Tiny_enables_optional_test 1 + %_without_perl_URI_enables_Business_ISBN 1 + %_without_perl_URI_enables_Regexp_IPv6 1 + %_without_perl_version_enables_optional_test 1 + %_without_perl_YAML_Tiny_enables_JSON_MaybeX_test 1 references: community: https://docs.fedoraproject.org/en-US/modularity/ documentation: https://asamalik.fedorapeople.org/boltron-doc/development/building-modules/module-guidelines.html @@ -367,545 +436,545 @@ data: rpms: perl: rationale: The Perl interpreter. - ref: rawhide + ref: f37 buildorder: 0 perl-Fedora-VSP: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 1 perl-generators: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 2 perl-Algorithm-Diff: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Archive-Tar: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Archive-Zip: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-autodie: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Capture-Tiny: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Carp: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Compress-Bzip2: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Compress-Raw-Bzip2: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Compress-Raw-Lzma: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Compress-Raw-Zlib: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Config-Perl-V: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-constant: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-CPAN-DistnameInfo: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-CPAN-Meta: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-CPAN-Meta-Requirements: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-CPAN-Meta-YAML: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Data-Dumper: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-DB_File: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Devel-PPPort: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Devel-Size: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Digest: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Digest-MD5: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Digest-SHA: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Digest-SHA1: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Encode: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Encode-Locale: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Env: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-experimental: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Exporter: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-ExtUtils-CBuilder: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-ExtUtils-Install: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-ExtUtils-MakeMaker: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-ExtUtils-Manifest: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-ExtUtils-ParseXS: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-File-Fetch: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-File-Path: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-File-Remove: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-File-Temp: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-File-Which: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Filter: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Filter-Simple: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Getopt-Long: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-HTTP-Tiny: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Importer: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-inc-latest: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-IO-Socket-IP: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-IO-Tty: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-IO-Zlib: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-IPC-Cmd: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-IPC-System-Simple: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-IPC-SysV: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-JSON-PP: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-libnet: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Locale-Maketext: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Math-BigInt: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Math-BigRat: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-MIME-Base64: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Module-CoreList: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Module-Load: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Module-Load-Conditional: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Module-Metadata: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-MRO-Compat: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Net-Ping: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Object-HashBase: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Params-Check: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-parent: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-PathTools: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-perlfaq: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-PerlIO-via-QuotedPrint: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Perl-OSType: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Pod-Checker: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Pod-Escapes: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-podlators: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Pod-Parser: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Pod-Perldoc: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Pod-Simple: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Scalar-List-Utils: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Socket: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Storable: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Sub-Install: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Sys-Syslog: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Term-ANSIColor: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Term-Cap: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-TermReadKey: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Term-Size-Perl: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Test-Harness: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Test-Needs: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Test-NoWarnings: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Test-Pod: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Test-Requires: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Test-Simple: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Text-Balanced: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Text-Glob: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Text-ParseWords: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Text-Tabs+Wrap: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Text-Template: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Thread-Queue: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-threads: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-threads-shared: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Tie-RefHash: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Time-HiRes: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Time-Local: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Try-Tiny: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Unicode-Collate: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-Unicode-Normalize: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-version: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-YAML-Tiny: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 3 perl-bignum: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 4 perl-Config-AutoConf: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 4 perl-CPAN: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 4 perl-File-HomeDir: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 4 perl-IO-Compress: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 4 perl-IPC-Run: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 4 perl-Math-BigInt-FastCalc: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 4 perl-Math-BigInt-GMP: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 4 perl-Module-Build: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 4 perl-Module-ScanDeps: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 4 perl-Pod-Usage: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 4 perl-Term-Size-Any: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 4 perl-Test-FailWarnings: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 4 perl-Text-Diff: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 4 perl-URI: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 4 perl-IO-Compress-Lzma: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 5 perl-local-lib: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 5 perl-Module-Install: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 5 perl-Params-Util: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 5 perl-Term-Table: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 5 perl-Data-OptList: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 6 perl-Module-Signature: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 6 perl-Package-Generator: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 6 perl-Sub-Exporter: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 7 perl-Data-Section: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 8 perl-Software-License: rationale: A build dependency. - ref: rawhide + ref: f37 buildorder: 9 From bcb8a20f84387a795c23d020001ab5ab1e42a870 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Mon, 15 Aug 2022 15:15:17 +0200 Subject: [PATCH 05/11] Rebuild with updated perl-Encode From aac5436be3b7953c93957f67b990a2d89e21d06d Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Wed, 17 Aug 2022 22:40:28 +0200 Subject: [PATCH 06/11] A dummy commit From 4e7c53e2f89e309461b848474fc162109ccb1347 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Mon, 13 Feb 2023 12:51:23 +0100 Subject: [PATCH 07/11] Build module against platform:f39 --- perl-bootstrap.yaml | 69 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/perl-bootstrap.yaml b/perl-bootstrap.yaml index 3fe424f..efe5c35 100644 --- a/perl-bootstrap.yaml +++ b/perl-bootstrap.yaml @@ -428,6 +428,75 @@ data: %_without_perl_URI_enables_Regexp_IPv6 1 %_without_perl_version_enables_optional_test 1 %_without_perl_YAML_Tiny_enables_JSON_MaybeX_test 1 + - context: 'f39' + platform: f39 + buildopts: + rpms: + macros: | + %perl_bootstrap 1 + %_with_perl_enables_groff 1 + %_without_perl_enables_syslog_test 1 + %_with_perl_enables_systemtap 1 + %_without_perl_enables_tcsh 1 + %_without_perl_Archive_Tar_enables_optional_test 1 + %_without_perl_autodie_enables_optional_test 1 + %_without_perl_Compress_Bzip2_enables_optional_test 1 + %_without_perl_Compress_Raw_Bzip2_enables_optional_test 1 + %_without_perl_Compress_Raw_Lzma_enables_optional_test 1 + %_without_perl_Compress_Raw_Zlib_enables_optional_test 1 + %_without_perl_Config_AutoConf_enables_File_Slurper 1 + %_without_perl_Config_AutoConf_enables_Scalar_Util 1 + %_without_perl_constant_enables_optional_test 1 + %_without_perl_CPAN_enables_optional_test 1 + %_without_perl_CPAN_Meta_Requirements_enables_optional_test 1 + %_without_perl_CPAN_Meta_YAML_enables_extra_test 1 + %_without_perl_Data_OptList_enables_extra_test 1 + %_without_perl_Data_Section_enables_extra_test 1 + %_without_perl_Data_Section_enables_optional_test 1 + %_without_perl_DB_File_enables_optional_test 1 + %_without_perl_Devel_PPPort_enables_optional_test 1 + %_without_perl_Devel_Size_enables_optional_test 1 + %_without_perl_Digest_SHA_enables_optional_test 1 + %_without_perl_Filter_enables_optional_test 1 + %_without_perl_IO_Compress_enables_optional_test 1 + %_without_perl_IO_Compress_Lzma_enables_optional_test 1 + %_without_perl_IO_Socket_IP_enables_optional_test 1 + %_without_perl_IPC_Cmd_enables_IPC_Run 1 + %_without_perl_IPC_Run_enables_optional_test 1 + %_without_perl_IPC_System_Simple_enables_optional_test 1 + %_without_perl_IPC_SysV_enables_optional_test 1 + %_without_perl_JSON_PP_enables_optional_test 1 + %_without_perl_libnet_enables_sasl 1 + %_without_perl_libnet_enables_ssl 1 + %_without_perl_Locale_Maketext_enables_optional_test 1 + %_without_perl_Module_Build_enables_optional_test 1 + %_without_perl_Module_Install_enables_optional_test 1 + %_without_perl_Module_ScanDeps_enables_optional_tests 1 + %_without_perl_Module_ScanDeps_enables_prefork 1 + %_without_perl_Net_Ping_enables_optional_test 1 + %_without_perl_Package_Generator_enables_extra_test 1 + %_without_perl_Perl_OSType_enables_optional_test 1 + %_without_perl_Pod_Parser_enables_optional_test 1 + %_without_perl_Pod_Perldoc_enables_tk_test 1 + %_without_perl_Pod_Simple_enables_optional_test 1 + %_without_perl_Software_License_enables_extra_test 1 + %_without_perl_Software_License_enables_optional_test 1 + %_without_perl_Sub_Exporter_enables_extra_test 1 + %_without_perl_Sub_Install_enables_optional_test 1 + %_without_perl_Sys_Syslog_enables_optional_test 1 + %_without_perl_Term_Size_Any_enabels_optional_test 1 + %_with_perl_Term_Table_enables_terminal 1 + %_without_perl_Term_Table_enables_unicode 1 + %_without_perl_Test_Harness_enables_optional_test 1 + %_without_perl_Test_NoWarnings_enables_stack_trace 1 + %_without_perl_Test_Simple_enables_Module_Pluggable 1 + %_without_perl_Test_Simple_enables_optional_test 1 + %_without_perl_Text_Template_enables_optional_test 1 + %_without_perl_Try_Tiny_enables_optional_test 1 + %_without_perl_URI_enables_Business_ISBN 1 + %_without_perl_URI_enables_Regexp_IPv6 1 + %_without_perl_version_enables_optional_test 1 + %_without_perl_YAML_Tiny_enables_JSON_MaybeX_test 1 references: community: https://docs.fedoraproject.org/en-US/modularity/ documentation: https://asamalik.fedorapeople.org/boltron-doc/development/building-modules/module-guidelines.html From efc5f2fd6d5d387e86dfecfa986a8ec16e3988e0 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Mon, 13 Feb 2023 12:57:36 +0100 Subject: [PATCH 08/11] Remove platform:f35 --- perl-bootstrap.yaml | 69 --------------------------------------------- 1 file changed, 69 deletions(-) diff --git a/perl-bootstrap.yaml b/perl-bootstrap.yaml index efe5c35..1b3c8c4 100644 --- a/perl-bootstrap.yaml +++ b/perl-bootstrap.yaml @@ -152,75 +152,6 @@ data: - perl-version - perl-YAML-Tiny configurations: - - context: 'f35' - platform: f35 - buildopts: - rpms: - macros: | - %perl_bootstrap 1 - %_with_perl_enables_groff 1 - %_without_perl_enables_syslog_test 1 - %_with_perl_enables_systemtap 1 - %_without_perl_enables_tcsh 1 - %_without_perl_Archive_Tar_enables_optional_test 1 - %_without_perl_autodie_enables_optional_test 1 - %_without_perl_Compress_Bzip2_enables_optional_test 1 - %_without_perl_Compress_Raw_Bzip2_enables_optional_test 1 - %_without_perl_Compress_Raw_Lzma_enables_optional_test 1 - %_without_perl_Compress_Raw_Zlib_enables_optional_test 1 - %_without_perl_Config_AutoConf_enables_File_Slurper 1 - %_without_perl_Config_AutoConf_enables_Scalar_Util 1 - %_without_perl_constant_enables_optional_test 1 - %_without_perl_CPAN_enables_optional_test 1 - %_without_perl_CPAN_Meta_Requirements_enables_optional_test 1 - %_without_perl_CPAN_Meta_YAML_enables_extra_test 1 - %_without_perl_Data_OptList_enables_extra_test 1 - %_without_perl_Data_Section_enables_extra_test 1 - %_without_perl_Data_Section_enables_optional_test 1 - %_without_perl_DB_File_enables_optional_test 1 - %_without_perl_Devel_PPPort_enables_optional_test 1 - %_without_perl_Devel_Size_enables_optional_test 1 - %_without_perl_Digest_SHA_enables_optional_test 1 - %_without_perl_Filter_enables_optional_test 1 - %_without_perl_IO_Compress_enables_optional_test 1 - %_without_perl_IO_Compress_Lzma_enables_optional_test 1 - %_without_perl_IO_Socket_IP_enables_optional_test 1 - %_without_perl_IPC_Cmd_enables_IPC_Run 1 - %_without_perl_IPC_Run_enables_optional_test 1 - %_without_perl_IPC_System_Simple_enables_optional_test 1 - %_without_perl_IPC_SysV_enables_optional_test 1 - %_without_perl_JSON_PP_enables_optional_test 1 - %_without_perl_libnet_enables_sasl 1 - %_without_perl_libnet_enables_ssl 1 - %_without_perl_Locale_Maketext_enables_optional_test 1 - %_without_perl_Module_Build_enables_optional_test 1 - %_without_perl_Module_Install_enables_optional_test 1 - %_without_perl_Module_ScanDeps_enables_optional_tests 1 - %_without_perl_Module_ScanDeps_enables_prefork 1 - %_without_perl_Net_Ping_enables_optional_test 1 - %_without_perl_Package_Generator_enables_extra_test 1 - %_without_perl_Perl_OSType_enables_optional_test 1 - %_without_perl_Pod_Parser_enables_optional_test 1 - %_without_perl_Pod_Perldoc_enables_tk_test 1 - %_without_perl_Pod_Simple_enables_optional_test 1 - %_without_perl_Software_License_enables_extra_test 1 - %_without_perl_Software_License_enables_optional_test 1 - %_without_perl_Sub_Exporter_enables_extra_test 1 - %_without_perl_Sub_Install_enables_optional_test 1 - %_without_perl_Sys_Syslog_enables_optional_test 1 - %_without_perl_Term_Size_Any_enabels_optional_test 1 - %_with_perl_Term_Table_enables_terminal 1 - %_without_perl_Term_Table_enables_unicode 1 - %_without_perl_Test_Harness_enables_optional_test 1 - %_without_perl_Test_NoWarnings_enables_stack_trace 1 - %_without_perl_Test_Simple_enables_Module_Pluggable 1 - %_without_perl_Test_Simple_enables_optional_test 1 - %_without_perl_Text_Template_enables_optional_test 1 - %_without_perl_Try_Tiny_enables_optional_test 1 - %_without_perl_URI_enables_Business_ISBN 1 - %_without_perl_URI_enables_Regexp_IPv6 1 - %_without_perl_version_enables_optional_test 1 - %_without_perl_YAML_Tiny_enables_JSON_MaybeX_test 1 - context: 'f36' platform: f36 buildopts: From 1edaeb63b81987139535024d180b05ee930a8907 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Wed, 15 Feb 2023 16:04:15 +0100 Subject: [PATCH 09/11] Add new BRs perl-Test-Fatal and perl-Test-Warnings --- perl-bootstrap.yaml | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/perl-bootstrap.yaml b/perl-bootstrap.yaml index 1b3c8c4..12bdebb 100644 --- a/perl-bootstrap.yaml +++ b/perl-bootstrap.yaml @@ -127,12 +127,14 @@ data: - perl-Term-Size-Perl - perl-Term-Table - perl-Test-FailWarnings + - perl-Test-Fatal - perl-Test-Harness - perl-Test-Needs - perl-Test-NoWarnings - perl-Test-Pod - perl-Test-Requires - perl-Test-Simple + - perl-Test-Warnings - perl-Text-Balanced - perl-Text-Diff - perl-Text-Glob @@ -211,10 +213,13 @@ data: %_without_perl_Term_Size_Any_enabels_optional_test 1 %_with_perl_Term_Table_enables_terminal 1 %_without_perl_Term_Table_enables_unicode 1 + %_without_perl_Test_Fatal_enables_extra_test 1 + %_without_perl_Test_Fatal_enables_optional_test 1 %_without_perl_Test_Harness_enables_optional_test 1 %_without_perl_Test_NoWarnings_enables_stack_trace 1 %_without_perl_Test_Simple_enables_Module_Pluggable 1 %_without_perl_Test_Simple_enables_optional_test 1 + %_without_perl_Test_Warnings_enables_optional_test 1 %_without_perl_Text_Template_enables_optional_test 1 %_without_perl_Try_Tiny_enables_optional_test 1 %_without_perl_URI_enables_Business_ISBN 1 @@ -280,10 +285,13 @@ data: %_without_perl_Term_Size_Any_enabels_optional_test 1 %_with_perl_Term_Table_enables_terminal 1 %_without_perl_Term_Table_enables_unicode 1 + %_without_perl_Test_Fatal_enables_extra_test 1 + %_without_perl_Test_Fatal_enables_optional_test 1 %_without_perl_Test_Harness_enables_optional_test 1 %_without_perl_Test_NoWarnings_enables_stack_trace 1 %_without_perl_Test_Simple_enables_Module_Pluggable 1 %_without_perl_Test_Simple_enables_optional_test 1 + %_without_perl_Test_Warnings_enables_optional_test 1 %_without_perl_Text_Template_enables_optional_test 1 %_without_perl_Try_Tiny_enables_optional_test 1 %_without_perl_URI_enables_Business_ISBN 1 @@ -349,10 +357,13 @@ data: %_without_perl_Term_Size_Any_enabels_optional_test 1 %_with_perl_Term_Table_enables_terminal 1 %_without_perl_Term_Table_enables_unicode 1 + %_without_perl_Test_Fatal_enables_extra_test 1 + %_without_perl_Test_Fatal_enables_optional_test 1 %_without_perl_Test_Harness_enables_optional_test 1 %_without_perl_Test_NoWarnings_enables_stack_trace 1 %_without_perl_Test_Simple_enables_Module_Pluggable 1 %_without_perl_Test_Simple_enables_optional_test 1 + %_without_perl_Test_Warnings_enables_optional_test 1 %_without_perl_Text_Template_enables_optional_test 1 %_without_perl_Try_Tiny_enables_optional_test 1 %_without_perl_URI_enables_Business_ISBN 1 @@ -418,10 +429,13 @@ data: %_without_perl_Term_Size_Any_enabels_optional_test 1 %_with_perl_Term_Table_enables_terminal 1 %_without_perl_Term_Table_enables_unicode 1 + %_without_perl_Test_Fatal_enables_extra_test 1 + %_without_perl_Test_Fatal_enables_optional_test 1 %_without_perl_Test_Harness_enables_optional_test 1 %_without_perl_Test_NoWarnings_enables_stack_trace 1 %_without_perl_Test_Simple_enables_Module_Pluggable 1 %_without_perl_Test_Simple_enables_optional_test 1 + %_without_perl_Test_Warnings_enables_optional_test 1 %_without_perl_Text_Template_enables_optional_test 1 %_without_perl_Try_Tiny_enables_optional_test 1 %_without_perl_URI_enables_Business_ISBN 1 @@ -926,11 +940,15 @@ data: rationale: A build dependency. ref: f37 buildorder: 4 - perl-Text-Diff: + perl-Test-Fatal: + rationale: a build dependency. + ref: f37 + buildorder: 4 + perl-Test-Warnings: rationale: A build dependency. ref: f37 buildorder: 4 - perl-URI: + perl-Text-Diff: rationale: A build dependency. ref: f37 buildorder: 4 @@ -954,6 +972,10 @@ data: rationale: A build dependency. ref: f37 buildorder: 5 + perl-URI: + rationale: A build dependency. + ref: f37 + buildorder: 5 perl-Data-OptList: rationale: A build dependency. ref: f37 From d8a6efd8cd93ac88ed6bde02fd828cdce38050b5 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Thu, 3 Aug 2023 08:47:19 +0200 Subject: [PATCH 10/11] Remove platform:f36 --- perl-bootstrap.yaml | 73 --------------------------------------------- 1 file changed, 73 deletions(-) diff --git a/perl-bootstrap.yaml b/perl-bootstrap.yaml index 12bdebb..df30603 100644 --- a/perl-bootstrap.yaml +++ b/perl-bootstrap.yaml @@ -153,79 +153,6 @@ data: - perl-URI - perl-version - perl-YAML-Tiny - configurations: - - context: 'f36' - platform: f36 - buildopts: - rpms: - macros: | - %perl_bootstrap 1 - %_with_perl_enables_groff 1 - %_without_perl_enables_syslog_test 1 - %_with_perl_enables_systemtap 1 - %_without_perl_enables_tcsh 1 - %_without_perl_Archive_Tar_enables_optional_test 1 - %_without_perl_autodie_enables_optional_test 1 - %_without_perl_Compress_Bzip2_enables_optional_test 1 - %_without_perl_Compress_Raw_Bzip2_enables_optional_test 1 - %_without_perl_Compress_Raw_Lzma_enables_optional_test 1 - %_without_perl_Compress_Raw_Zlib_enables_optional_test 1 - %_without_perl_Config_AutoConf_enables_File_Slurper 1 - %_without_perl_Config_AutoConf_enables_Scalar_Util 1 - %_without_perl_constant_enables_optional_test 1 - %_without_perl_CPAN_enables_optional_test 1 - %_without_perl_CPAN_Meta_Requirements_enables_optional_test 1 - %_without_perl_CPAN_Meta_YAML_enables_extra_test 1 - %_without_perl_Data_OptList_enables_extra_test 1 - %_without_perl_Data_Section_enables_extra_test 1 - %_without_perl_Data_Section_enables_optional_test 1 - %_without_perl_DB_File_enables_optional_test 1 - %_without_perl_Devel_PPPort_enables_optional_test 1 - %_without_perl_Devel_Size_enables_optional_test 1 - %_without_perl_Digest_SHA_enables_optional_test 1 - %_without_perl_Filter_enables_optional_test 1 - %_without_perl_IO_Compress_enables_optional_test 1 - %_without_perl_IO_Compress_Lzma_enables_optional_test 1 - %_without_perl_IO_Socket_IP_enables_optional_test 1 - %_without_perl_IPC_Cmd_enables_IPC_Run 1 - %_without_perl_IPC_Run_enables_optional_test 1 - %_without_perl_IPC_System_Simple_enables_optional_test 1 - %_without_perl_IPC_SysV_enables_optional_test 1 - %_without_perl_JSON_PP_enables_optional_test 1 - %_without_perl_libnet_enables_sasl 1 - %_without_perl_libnet_enables_ssl 1 - %_without_perl_Locale_Maketext_enables_optional_test 1 - %_without_perl_Module_Build_enables_optional_test 1 - %_without_perl_Module_Install_enables_optional_test 1 - %_without_perl_Module_ScanDeps_enables_optional_tests 1 - %_without_perl_Module_ScanDeps_enables_prefork 1 - %_without_perl_Net_Ping_enables_optional_test 1 - %_without_perl_Package_Generator_enables_extra_test 1 - %_without_perl_Perl_OSType_enables_optional_test 1 - %_without_perl_Pod_Parser_enables_optional_test 1 - %_without_perl_Pod_Perldoc_enables_tk_test 1 - %_without_perl_Pod_Simple_enables_optional_test 1 - %_without_perl_Software_License_enables_extra_test 1 - %_without_perl_Software_License_enables_optional_test 1 - %_without_perl_Sub_Exporter_enables_extra_test 1 - %_without_perl_Sub_Install_enables_optional_test 1 - %_without_perl_Sys_Syslog_enables_optional_test 1 - %_without_perl_Term_Size_Any_enabels_optional_test 1 - %_with_perl_Term_Table_enables_terminal 1 - %_without_perl_Term_Table_enables_unicode 1 - %_without_perl_Test_Fatal_enables_extra_test 1 - %_without_perl_Test_Fatal_enables_optional_test 1 - %_without_perl_Test_Harness_enables_optional_test 1 - %_without_perl_Test_NoWarnings_enables_stack_trace 1 - %_without_perl_Test_Simple_enables_Module_Pluggable 1 - %_without_perl_Test_Simple_enables_optional_test 1 - %_without_perl_Test_Warnings_enables_optional_test 1 - %_without_perl_Text_Template_enables_optional_test 1 - %_without_perl_Try_Tiny_enables_optional_test 1 - %_without_perl_URI_enables_Business_ISBN 1 - %_without_perl_URI_enables_Regexp_IPv6 1 - %_without_perl_version_enables_optional_test 1 - %_without_perl_YAML_Tiny_enables_JSON_MaybeX_test 1 - context: 'f37' platform: f37 buildopts: From 966fee28ddce03f0b7981b1a70b41168350984e6 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Thu, 3 Aug 2023 08:49:27 +0200 Subject: [PATCH 11/11] Fix the yaml file --- perl-bootstrap.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-bootstrap.yaml b/perl-bootstrap.yaml index df30603..9e472f9 100644 --- a/perl-bootstrap.yaml +++ b/perl-bootstrap.yaml @@ -153,6 +153,7 @@ data: - perl-URI - perl-version - perl-YAML-Tiny + configurations: - context: 'f37' platform: f37 buildopts: