From dc2456f778ccf15a32968f7573f079715d087f66 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 30 Jul 2018 08:35:40 +0200 Subject: [PATCH 1/4] initial import Signed-off-by: Igor Gnatenko --- gcsf.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 gcsf.yaml diff --git a/gcsf.yaml b/gcsf.yaml new file mode 100644 index 0000000..f0baeca --- /dev/null +++ b/gcsf.yaml @@ -0,0 +1,30 @@ +document: modulemd +version: 2 +data: + summary: FUSE file system based on Google Drive + description: | + GCSF is a virtual filesystem that allows users to mount their + Google Drive account locally and interact with it as a + regular disk partition. + license: + module: [MIT] + dependencies: + - buildrequires: + platform: [f29] + requires: + platform: [] + references: + community: https://github.com/harababurel/gcsf + documentation: https://github.com/harababurel/gcsf/blob/master/README.md + tracker: https://github.com/harababurel/gcsf/issues + api: + rpms: + - gcsf + profiles: + default: + rpms: + - gcsf + components: + rpms: + rust-gcsf: + rationale: Main component. From f6e84b3835be13f19d4f525b97f760fb5469a167 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 31 Jul 2018 14:15:27 +0200 Subject: [PATCH 2/4] rebuild with fixed binutils Signed-off-by: Igor Gnatenko From bb5cd4eaae70cda43091e1bf45043d38fa155064 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 4 Aug 2018 17:32:58 +0200 Subject: [PATCH 3/4] Rebuild to pick up gcsf 0.1.17 Signed-off-by: Igor Gnatenko From 23970afd5191d269c815dbec790cb709fe9f2a3d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 10 Feb 2019 19:29:33 +0100 Subject: [PATCH 4/4] Unsupported --- README.md | 3 --- dead.package | 1 + gcsf.yaml | 30 ------------------------------ 3 files changed, 1 insertion(+), 33 deletions(-) delete mode 100644 README.md create mode 100644 dead.package delete mode 100644 gcsf.yaml diff --git a/README.md b/README.md deleted file mode 100644 index d83baeb..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# gcsf - -The gcsf package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..cfb6fca --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Unsupported diff --git a/gcsf.yaml b/gcsf.yaml deleted file mode 100644 index f0baeca..0000000 --- a/gcsf.yaml +++ /dev/null @@ -1,30 +0,0 @@ -document: modulemd -version: 2 -data: - summary: FUSE file system based on Google Drive - description: | - GCSF is a virtual filesystem that allows users to mount their - Google Drive account locally and interact with it as a - regular disk partition. - license: - module: [MIT] - dependencies: - - buildrequires: - platform: [f29] - requires: - platform: [] - references: - community: https://github.com/harababurel/gcsf - documentation: https://github.com/harababurel/gcsf/blob/master/README.md - tracker: https://github.com/harababurel/gcsf/issues - api: - rpms: - - gcsf - profiles: - default: - rpms: - - gcsf - components: - rpms: - rust-gcsf: - rationale: Main component.