Convert to modulemd-packager-v3 format and remove EOLed perl:5.30
This commit is contained in:
parent
94e536f82c
commit
ebfba9e3bc
1 changed files with 38 additions and 15 deletions
|
|
@ -1,5 +1,5 @@
|
|||
document: modulemd
|
||||
version: 2
|
||||
document: modulemd-packager
|
||||
version: 3
|
||||
data:
|
||||
name: perl-YAML
|
||||
stream: '1.30'
|
||||
|
|
@ -11,16 +11,44 @@ data:
|
|||
the data structures of most modern programming languages, including
|
||||
Perl. For information on the YAML syntax, please refer to the YAML
|
||||
specification.
|
||||
license:
|
||||
module: [ MIT ]
|
||||
dependencies:
|
||||
- buildrequires:
|
||||
platform: [eln, f34, f35]
|
||||
perl: ['5.30', '5.32']
|
||||
license: [MIT]
|
||||
configurations:
|
||||
- context: 'f6af5849'
|
||||
platform: f34
|
||||
buildrequires:
|
||||
perl: ['5.32']
|
||||
perl-YAML-bootstrap: [1.30]
|
||||
requires:
|
||||
platform: [eln, f34, f35]
|
||||
perl: ['5.30', '5.32']
|
||||
perl: ['5.32']
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%_with_perl_YAML_enables_test 1
|
||||
%_without_perl_YAML_enables_extra_test 1
|
||||
- context: 'eb2ea8fc'
|
||||
platform: f35
|
||||
buildrequires:
|
||||
perl: ['5.32']
|
||||
perl-YAML-bootstrap: [1.30]
|
||||
requires:
|
||||
perl: ['5.32']
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%_with_perl_YAML_enables_test 1
|
||||
%_without_perl_YAML_enables_extra_test 1
|
||||
- context: '7ad956de'
|
||||
platform: eln
|
||||
buildrequires:
|
||||
perl: ['5.32']
|
||||
perl-YAML-bootstrap: [1.30]
|
||||
requires:
|
||||
perl: ['5.32']
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%_with_perl_YAML_enables_test 1
|
||||
%_without_perl_YAML_enables_extra_test 1
|
||||
references:
|
||||
community: https://metacpan.org/release/YAML
|
||||
profiles:
|
||||
|
|
@ -31,11 +59,6 @@ data:
|
|||
api:
|
||||
rpms:
|
||||
- perl-YAML
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%_with_perl_YAML_enables_test 1
|
||||
%_without_perl_YAML_enables_extra_test 1
|
||||
components:
|
||||
rpms:
|
||||
perl-YAML:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue