From 567b13eadd655c77dddf95b00dcf616a01117fbe Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Fri, 29 Jul 2022 07:15:22 +0200 Subject: [PATCH] Build the module with perl:5.34 and perl:5.36 --- perl-YAML-bootstrap.yaml | 84 ++++++++++++++++++++++++---------------- 1 file changed, 50 insertions(+), 34 deletions(-) diff --git a/perl-YAML-bootstrap.yaml b/perl-YAML-bootstrap.yaml index ebd3d0d..f8a3508 100644 --- a/perl-YAML-bootstrap.yaml +++ b/perl-YAML-bootstrap.yaml @@ -9,28 +9,12 @@ data: bootstrapping YAML module. license: [MIT] configurations: - - context: '7f057cb7' - platform: f34 - buildrequires: - perl: ['5.32'] - requires: - perl: ['5.32'] - buildopts: - rpms: - macros: | - %perl_bootstrap 1 - %_without_perl_Spiffy_enables_extra_test 1 - %_without_perl_Test_Base_enables_diff 1 - %_without_perl_Test_Base_enables_extra_test 1 - %_without_perl_Test_Base_enables_network 1 - %_without_perl_Test_YAML_enables_extra_test 1 - %_without_perl_YAML_enables_extra_test 1 - - context: 'e12b6f3a' + - context: 'f35p534' platform: f35 buildrequires: - perl: ['5.32'] + perl: ['5.34'] requires: - perl: ['5.32'] + perl: ['5.34'] buildopts: rpms: macros: | @@ -41,12 +25,12 @@ data: %_without_perl_Test_Base_enables_network 1 %_without_perl_Test_YAML_enables_extra_test 1 %_without_perl_YAML_enables_extra_test 1 - - context: '1' + - context: 'f36p534' platform: f36 buildrequires: - perl: ['5.32'] + perl: ['5.34'] requires: - perl: ['5.32'] + perl: ['5.34'] buildopts: rpms: macros: | @@ -57,12 +41,12 @@ data: %_without_perl_Test_Base_enables_network 1 %_without_perl_Test_YAML_enables_extra_test 1 %_without_perl_YAML_enables_extra_test 1 - - context: 'f37' + - context: 'f37p534' platform: f37 buildrequires: - perl: ['5.32'] + perl: ['5.34'] requires: - perl: ['5.32'] + perl: ['5.34'] buildopts: rpms: macros: | @@ -73,12 +57,44 @@ data: %_without_perl_Test_Base_enables_network 1 %_without_perl_Test_YAML_enables_extra_test 1 %_without_perl_YAML_enables_extra_test 1 - - context: '6c06d4da' - platform: eln + - context: 'f35p536' + platform: f35 buildrequires: - perl: ['5.32'] + perl: ['5.36'] requires: - perl: ['5.32'] + perl: ['5.36'] + buildopts: + rpms: + macros: | + %perl_bootstrap 1 + %_without_perl_Spiffy_enables_extra_test 1 + %_without_perl_Test_Base_enables_diff 1 + %_without_perl_Test_Base_enables_extra_test 1 + %_without_perl_Test_Base_enables_network 1 + %_without_perl_Test_YAML_enables_extra_test 1 + %_without_perl_YAML_enables_extra_test 1 + - context: 'f36p536' + platform: f36 + buildrequires: + perl: ['5.36'] + requires: + perl: ['5.36'] + buildopts: + rpms: + macros: | + %perl_bootstrap 1 + %_without_perl_Spiffy_enables_extra_test 1 + %_without_perl_Test_Base_enables_diff 1 + %_without_perl_Test_Base_enables_extra_test 1 + %_without_perl_Test_Base_enables_network 1 + %_without_perl_Test_YAML_enables_extra_test 1 + %_without_perl_YAML_enables_extra_test 1 + - context: 'f37p536' + platform: f37 + buildrequires: + perl: ['5.36'] + requires: + perl: ['5.36'] buildopts: rpms: macros: | @@ -95,21 +111,21 @@ data: rpms: perl-YAML: rationale: A build dependency. - ref: f34 + ref: f36 buildorder: 0 perl-Spiffy: rationale: A build dependency. - ref: f34 + ref: f36 buildorder: 1 perl-Test-Deep: rationale: A build dependency. - ref: f34 + ref: f36 buildorder: 1 perl-Test-Base: rationale: A build dependency. - ref: f34 + ref: f36 buildorder: 2 perl-Test-YAML: rationale: A build dependency. - ref: f34 + ref: f36 buildorder: 3