From 2971ee6bcd445fe6f2d987adb435eff01c5e16b9 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 11 Jul 2018 23:02:13 +0200 Subject: [PATCH 1/7] initial import Signed-off-by: Igor Gnatenko --- stratis.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 stratis.yaml diff --git a/stratis.yaml b/stratis.yaml new file mode 100644 index 0000000..4968a02 --- /dev/null +++ b/stratis.yaml @@ -0,0 +1,30 @@ +document: modulemd +version: 2 +data: + summary: Stratis Storage + description: Easy to use local storage management. + license: + module: [MIT] + dependencies: + - buildrequires: + platform: [f29] + requires: + platform: [] + 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 + components: + rpms: + stratisd: + rationale: | + Daemon that manages a pool of block devices to create flexible filesystems. + + Main component. From e29c15d12268b79ac2935f12efabd60b3e381e07 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 26 Jul 2018 15:26:42 +0200 Subject: [PATCH 2/7] rebuild with new dependencies Signed-off-by: Igor Gnatenko From 9b532650b3aa46f31e204f9e592f77092b39d84c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 26 Jul 2018 15:30:47 +0200 Subject: [PATCH 3/7] add stratis-cli into default profile Signed-off-by: Igor Gnatenko --- stratis.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/stratis.yaml b/stratis.yaml index 4968a02..58a38ad 100644 --- a/stratis.yaml +++ b/stratis.yaml @@ -21,6 +21,7 @@ data: default: rpms: - stratisd + - stratis-cli components: rpms: stratisd: From 6029ebf52557b8fc8f4962d4603a2edb1b40710c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 1 Sep 2018 16:46:46 +0200 Subject: [PATCH 4/7] 0.9.0 Signed-off-by: Igor Gnatenko --- stratis.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/stratis.yaml b/stratis.yaml index 58a38ad..2ba4383 100644 --- a/stratis.yaml +++ b/stratis.yaml @@ -7,9 +7,13 @@ data: module: [MIT] dependencies: - buildrequires: - platform: [f29] + platform: [f30] requires: - platform: [] + platform: [f29] + - buildrequires: + platform: [f30] + requires: + platform: [f28] references: community: https://github.com/stratis-storage documentation: https://stratis-storage.github.io From 43125f8debe51d71a28f47f2e75dbe6b5d7f97a2 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 25 Sep 2018 14:34:52 +0200 Subject: [PATCH 5/7] rebuild to get latest fixes Signed-off-by: Igor Gnatenko From c4e6dcfa64b98c5e57d8157a7c63472ab5c272a2 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 27 Sep 2018 23:03:00 +0200 Subject: [PATCH 6/7] 1.0.0 Signed-off-by: Igor Gnatenko From 8ed1b844d135e1f4771061503164ebd71e58da57 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 28 Sep 2018 09:00:34 +0200 Subject: [PATCH 7/7] No need for such branch --- README.md | 3 --- dead.package | 1 + stratis.yaml | 35 ----------------------------------- 3 files changed, 1 insertion(+), 38 deletions(-) delete mode 100644 README.md create mode 100644 dead.package delete mode 100644 stratis.yaml diff --git a/README.md b/README.md deleted file mode 100644 index 5994d99..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# stratis - -Easy to use local storage management \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..2ea2a99 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +No need for such branch diff --git a/stratis.yaml b/stratis.yaml deleted file mode 100644 index 2ba4383..0000000 --- a/stratis.yaml +++ /dev/null @@ -1,35 +0,0 @@ -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.