35 lines
1.1 KiB
YAML
35 lines
1.1 KiB
YAML
document: modulemd-packager
|
|
version: 3
|
|
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.
|
|
license: [ MIT ]
|
|
configurations:
|
|
- context: '866eb18a'
|
|
platform: f34
|
|
- context: 'ab7e7bfe'
|
|
platform: f35
|
|
references:
|
|
community: https://docs.pagure.org/modularity/
|
|
documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules
|
|
profiles:
|
|
default:
|
|
rpms:
|
|
- tangerine
|
|
api:
|
|
rpms:
|
|
- perl-Tangerine
|
|
- tangerine
|
|
components:
|
|
rpms:
|
|
perl-List-Compare:
|
|
rationale: A dependency of tangerine.
|
|
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
|
|
|