Add a context for Fedora 39; Use branch f38
This commit is contained in:
parent
6c076a8e93
commit
29abb8c3dd
1 changed files with 37 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue