From 7bc984fe9882b6deda78995720927f4425baefed Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 27 Sep 2018 23:28:04 +0200 Subject: [PATCH] initial import Signed-off-by: Igor Gnatenko --- stratis.yaml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 stratis.yaml diff --git a/stratis.yaml b/stratis.yaml new file mode 100644 index 0000000..2ba4383 --- /dev/null +++ b/stratis.yaml @@ -0,0 +1,35 @@ +document: modulemd +version: 2 +data: + summary: Stratis Storage + description: Easy to use local storage management. + license: + module: [MIT] + dependencies: + - buildrequires: + platform: [f30] + requires: + platform: [f29] + - buildrequires: + platform: [f30] + requires: + platform: [f28] + references: + community: https://github.com/stratis-storage + documentation: https://stratis-storage.github.io + tracker: https://github.com/stratis-storage/stratisd/issues + api: + rpms: + - stratisd + profiles: + default: + rpms: + - stratisd + - stratis-cli + components: + rpms: + stratisd: + rationale: | + Daemon that manages a pool of block devices to create flexible filesystems. + + Main component.