From 256f7547358aa928fec55d5b26dc8a5c103742ac Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Fri, 6 Apr 2018 07:16:53 +0200 Subject: [PATCH 1/3] Test --- testmodule2.yaml | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/testmodule2.yaml b/testmodule2.yaml index 98eda50..6b3c833 100644 --- a/testmodule2.yaml +++ b/testmodule2.yaml @@ -1,24 +1,28 @@ document: modulemd -version: 1 +version: 2 data: - summary: Yet another test module, for testing stuff - description: >- - This module is there to help you test things that are difficult - to test in other ways. + summary: Another test module. + description: > + This module demonstrates the modulemd format using a fairly + uncommon fonts package set. license: module: [ MIT ] dependencies: - buildrequires: - bootstrap: master + - buildrequires: + platform: [f28] + testmodule: [master, 2.0] + requires: + platform: [f28] + testmodule: [master, 2.0] + references: + community: https://github.com/googlei18n/noto-fonts/ + documentation: https://github.com/googlei18n/noto-fonts/ + tracker: https://github.com/googlei18n/noto-fonts/issues + api: + rpms: + - file components: rpms: - dnf: - rationale: Test. - ref: boltron - buildorder: 1 - modulemd: - rationale: Test. - ref: master - python-smartcols: - rationale: Test. + perl-List-Compare: + rationale: A dependency of tangerine. ref: master From c92f2c69c1170c372e5de84cf0534cc41a4e9121 Mon Sep 17 00:00:00 2001 From: mprahl Date: Mon, 18 Jun 2018 16:51:40 -0400 Subject: [PATCH 2/3] Bump From dbf9feac1c550abbe7be92cd9901ab9513a1c9f0 Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 27 Jun 2018 13:51:38 -0400 Subject: [PATCH 3/3] Bump