diff --git a/testmodule.yaml b/testmodule.yaml index 1335bf8..320d519 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -1,26 +1,35 @@ document: modulemd -version: 1 +version: 2 data: - 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. + 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: master - requires: - platform: master + - buildrequires: + platform: [f33] + #javapackages-tools: [201801] + requires: + platform: [f33] references: - community: https://docs.pagure.org/modularity/ + community: https://fedoraproject.org/wiki/Modularity documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules + tracker: https://taiga.fedorainfracloud.org/project/modularity + profiles: + default: + rpms: + - tangerine + api: + rpms: + - perl-Tangerine + - tangerine components: rpms: - ed: - rationale: A build dependency of mksh, to test buildorder. + perl-List-Compare: + rationale: A dependency of tangerine. ref: master -# mksh: -# rationale: The main component of this module. -# ref: master -# buildorder: 1 + #modules: + #dwm: + #rationale: Testing module inclusion. + #ref: 6.1 + #buildorder: 10