Update to v2, sync with what is in master branch, fix yaml linter warnings, reference "rawhide" branch in components. Master branch is probably going to be read-only in modules/ namespace, and we rely on this example module yaml in Copr build system testsuite. So I'm trying to fix it so the module builds again, newly in rawhide branch.
39 lines
1.2 KiB
YAML
39 lines
1.2 KiB
YAML
---
|
|
document: modulemd
|
|
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.
|
|
license:
|
|
module: [MIT]
|
|
dependencies:
|
|
- buildrequires:
|
|
platform: [f33]
|
|
requires:
|
|
platform: [f33]
|
|
references:
|
|
community: https://docs.pagure.org/modularity/
|
|
documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules
|
|
tracker: https://pagure.io/modularity/issues
|
|
profiles:
|
|
default:
|
|
rpms:
|
|
- tangerine
|
|
api:
|
|
rpms:
|
|
- perl-Tangerine
|
|
- tangerine
|
|
components:
|
|
rpms:
|
|
perl-List-Compare:
|
|
rationale: A dependency of tangerine.
|
|
ref: rawhide
|
|
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: rawhide
|