From 29abb8c3dde7631ae38c7c869720fd53dc6a0246 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Thu, 16 Feb 2023 10:13:20 +0100 Subject: [PATCH] Add a context for Fedora 39; Use branch f38 --- perl-YAML-bootstrap.yaml | 42 +++++++++++++++++++++++++++++++++++----- 1 file changed, 37 insertions(+), 5 deletions(-) diff --git a/perl-YAML-bootstrap.yaml b/perl-YAML-bootstrap.yaml index 06b40bf..8a08de7 100644 --- a/perl-YAML-bootstrap.yaml +++ b/perl-YAML-bootstrap.yaml @@ -57,6 +57,22 @@ data: %_without_perl_Test_Base_enables_network 1 %_without_perl_Test_YAML_enables_extra_test 1 %_without_perl_YAML_enables_extra_test 1 + - context: 'f39p534' + platform: f39 + buildrequires: + perl: ['5.34'] + requires: + perl: ['5.34'] + 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: @@ -105,27 +121,43 @@ data: %_without_perl_Test_Base_enables_network 1 %_without_perl_Test_YAML_enables_extra_test 1 %_without_perl_YAML_enables_extra_test 1 + - context: 'f39p536' + platform: f39 + 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 references: community: https://metacpan.org/release/YAML components: rpms: perl-YAML: rationale: A build dependency. - ref: f36 + ref: f38 buildorder: 0 perl-Spiffy: rationale: A build dependency. - ref: f36 + ref: f38 buildorder: 1 perl-Test-Deep: rationale: A build dependency. - ref: f36 + ref: f38 buildorder: 1 perl-Test-Base: rationale: A build dependency. - ref: f36 + ref: f38 buildorder: 2 perl-Test-YAML: rationale: A build dependency. - ref: f36 + ref: f38 buildorder: 3