From ebfba9e3bc44b0fe8052cc5e8372d4d7108dee73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 15 Jun 2021 12:13:40 +0200 Subject: [PATCH] Convert to modulemd-packager-v3 format and remove EOLed perl:5.30 --- perl-YAML.yaml | 53 ++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 38 insertions(+), 15 deletions(-) diff --git a/perl-YAML.yaml b/perl-YAML.yaml index 05e85fe..38a237c 100644 --- a/perl-YAML.yaml +++ b/perl-YAML.yaml @@ -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: