diff --git a/testmodule.yaml b/testmodule.yaml index 320d519..8fdae23 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -1,20 +1,15 @@ -document: modulemd -version: 2 +document: modulemd-packager +version: 3 data: - summary: A test module in all its beautiful beauty. + summary: A test module in all its beautiful beauty description: This module demonstrates how to write simple modulemd files And can be used for testing the build and release pipeline. - license: - module: [ MIT ] - dependencies: - - buildrequires: - platform: [f33] - #javapackages-tools: [201801] - requires: - platform: [f33] + license: [ MIT ] + configurations: + - context: 'ab7e7bfe' + platform: f35 references: - community: https://fedoraproject.org/wiki/Modularity + community: https://docs.pagure.org/modularity/ documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules - tracker: https://taiga.fedorainfracloud.org/project/modularity profiles: default: rpms: @@ -27,9 +22,12 @@ data: rpms: perl-List-Compare: rationale: A dependency of tangerine. - ref: master - #modules: - #dwm: - #rationale: Testing module inclusion. - #ref: 6.1 - #buildorder: 10 + ref: main + perl-Tangerine: + rationale: Provides API for this module and is a dependency of tangerine. + ref: 7e96446 + tangerine: + rationale: Provides API for this module. + buildorder: 10 + ref: main +