Compare commits
23 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0ff690f15d | ||
|
|
b324be7816 | ||
|
|
8ca0cec9d0 |
||
|
|
3546e5e610 |
||
|
|
eb2c53512e | ||
|
|
f870723a16 | ||
|
|
68e3ebe273 | ||
|
|
ea43068a1c | ||
|
|
191d9cc301 | ||
|
|
ab11c20ed4 | ||
|
|
d19777f23e | ||
|
|
0fe3e007ba | ||
|
|
473c6451a5 | ||
|
|
819baf2a52 | ||
|
|
78d9367eb8 | ||
|
|
6c8c6a2366 | ||
|
|
636e3f433c | ||
|
|
3bd9851d14 | ||
|
|
3f835fd8bf | ||
|
|
3c0ea02042 | ||
|
|
4c291ff5e1 |
||
|
|
c7a565fe9a |
||
|
|
2550fc0fe8 |
1 changed files with 12 additions and 17 deletions
|
|
@ -1,17 +1,12 @@
|
||||||
document: modulemd
|
document: modulemd-packager
|
||||||
version: 1
|
version: 3
|
||||||
data:
|
data:
|
||||||
summary: A test module in all its beautiful beauty
|
summary: A test module in all its beautiful beauty
|
||||||
description: >-
|
description: This module demonstrates how to write simple modulemd files And can be used for testing the build and release pipeline.
|
||||||
This module demonstrates how to write simple modulemd files And
|
license: [ MIT ]
|
||||||
can be used for testing the build and release pipeline.
|
configurations:
|
||||||
license:
|
- context: 'ab7e7bfe'
|
||||||
module: [ MIT ]
|
platform: f35
|
||||||
dependencies:
|
|
||||||
buildrequires:
|
|
||||||
platform: f28
|
|
||||||
requires:
|
|
||||||
platform: f28
|
|
||||||
references:
|
references:
|
||||||
community: https://docs.pagure.org/modularity/
|
community: https://docs.pagure.org/modularity/
|
||||||
documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules
|
documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules
|
||||||
|
|
@ -27,12 +22,12 @@ data:
|
||||||
rpms:
|
rpms:
|
||||||
perl-List-Compare:
|
perl-List-Compare:
|
||||||
rationale: A dependency of tangerine.
|
rationale: A dependency of tangerine.
|
||||||
ref: master
|
ref: main
|
||||||
perl-Tangerine:
|
perl-Tangerine:
|
||||||
rationale: Provides API for this module and is a dependency of tangerine.
|
rationale: Provides API for this module and is a dependency of tangerine.
|
||||||
ref: 7e96446
|
ref: 7e96446
|
||||||
tangerine:
|
tangerine:
|
||||||
rationale: Provides API for this module.
|
rationale: Provides API for this module.
|
||||||
buildorder: 10
|
buildorder: 10
|
||||||
ref: master
|
ref: main
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue