Build the module with perl:5.34 and perl:5.36
This commit is contained in:
parent
fd3a4e7f57
commit
567b13eadd
1 changed files with 41 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue