Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7850ca91b6 | ||
|
|
744a0e561f | ||
|
|
7d8207e916 | ||
|
|
87ae1da981 | ||
|
|
0f533ccc7f | ||
|
|
a4c28ac575 |
1 changed files with 11 additions and 12 deletions
|
|
@ -1,16 +1,15 @@
|
||||||
document: modulemd
|
document: modulemd
|
||||||
version: 2
|
version: 1
|
||||||
data:
|
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.
|
description: This module demonstrates how to write simple modulemd files And can be used for testing the build and release pipeline.
|
||||||
license:
|
license:
|
||||||
module: [ MIT ]
|
module: [ MIT ]
|
||||||
dependencies:
|
dependencies:
|
||||||
- buildrequires:
|
buildrequires:
|
||||||
platform: [f33]
|
platform: f36
|
||||||
#javapackages-tools: [201801]
|
requires:
|
||||||
requires:
|
platform: f36
|
||||||
platform: [f33]
|
|
||||||
references:
|
references:
|
||||||
community: https://fedoraproject.org/wiki/Modularity
|
community: https://fedoraproject.org/wiki/Modularity
|
||||||
documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules
|
documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules
|
||||||
|
|
@ -27,9 +26,9 @@ data:
|
||||||
rpms:
|
rpms:
|
||||||
perl-List-Compare:
|
perl-List-Compare:
|
||||||
rationale: A dependency of tangerine.
|
rationale: A dependency of tangerine.
|
||||||
ref: master
|
ref: rawhide
|
||||||
#modules:
|
modules:
|
||||||
#dwm:
|
dwm:
|
||||||
#rationale: Testing module inclusion.
|
rationale: Testing module inclusion.
|
||||||
#ref: 6.1
|
ref: 6.1
|
||||||
#buildorder: 10
|
buildorder: 10
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue