From 78574ab30b49479b51a2dab830816ebda65b0351 Mon Sep 17 00:00:00 2001 From: Petr Šabata Date: Jul 22 2016 08:55:27 +0000 Subject: Add modulemd for base-runtime This one is fairly empty but chances are we won't actually need much in this one -- it won't really contain any components itself but rather rely on the kernel and userspace modules to deliver the content. Signed-off-by: Petr Šabata --- diff --git a/base-runtime/base-runtime.yaml b/base-runtime/base-runtime.yaml new file mode 100644 index 0000000..152ac18 --- /dev/null +++ b/base-runtime/base-runtime.yaml @@ -0,0 +1,23 @@ +document: modulemd +version: 0 +data: + name: base-runtime + version: 0.25 + release: 1 + summary: The base application runtime + description: > + This module defines the base set of components needed for + a bootable, small and usable operating system. + license: + module: [ MIT ] + content: [ ] + dependencies: + buildrequires: + base-runtime: ~ + requires: + kernel: ~ + userspace: ~ + references: + community: https://fedoraproject.org/wiki/Modularity + documentation: https://pagure.io/base-runtime + tracker: https://pagure.io/base-runtime/issues