From fb58c274304ed263a058e2506db677624d43dd16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Sat, 25 Mar 2017 01:24:47 +0100 Subject: [PATCH] Replacing tangerine with mksh & ed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These two should build against base-runtime; mksh also buildrequires ed so it needs to be built first. It would be great if we could have multiple components in one buildorder group and possibly even more groups here but it's hard to find tiny, easy to package components. Signed-off-by: Petr Ĺ abata --- testmodule.yaml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/testmodule.yaml b/testmodule.yaml index 4a3ac89..596b21f 100644 --- a/testmodule.yaml +++ b/testmodule.yaml @@ -17,20 +17,17 @@ data: profiles: default: rpms: - - tangerine + - mksh api: rpms: - - perl-Tangerine - - tangerine + - ed + - mksh components: rpms: - perl-List-Compare: - rationale: A dependency of tangerine. - ref: f25 - perl-Tangerine: - rationale: Provides API for this module and is a dependency of tangerine. - ref: f25 + ed: + rationale: A build dependency of mksh. + ref: master tangerine: - rationale: Provides API for this module. + rationale: The main package of the module. buildorder: 10 - ref: f25 + ref: master