From 6029ebf52557b8fc8f4962d4603a2edb1b40710c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 1 Sep 2018 16:46:46 +0200 Subject: [PATCH 1/5] 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 2/5] 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 3/5] 1.0.0 Signed-off-by: Igor Gnatenko From 15107aec905b2c80168959ea6e2366e446e7305a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 27 Sep 2018 23:30:36 +0200 Subject: [PATCH 4/5] No need for such branch --- README.md | 3 --- dead.package | 1 + stratis.yaml | 31 ------------------------------- 3 files changed, 1 insertion(+), 34 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 58a38ad..0000000 --- a/stratis.yaml +++ /dev/null @@ -1,31 +0,0 @@ -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 - - stratis-cli - components: - rpms: - stratisd: - rationale: | - Daemon that manages a pool of block devices to create flexible filesystems. - - Main component. From 8ed1b844d135e1f4771061503164ebd71e58da57 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 28 Sep 2018 09:00:34 +0200 Subject: [PATCH 5/5] 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.