From 829e284c7e20a87a281d3406d2773f575f87eb52 Mon Sep 17 00:00:00 2001 From: Christopher Engelhard Date: Mon, 1 Aug 2022 21:00:52 +0200 Subject: [PATCH] Add nextcloud.yaml with modulemd version 3 --- nextcloud.yaml | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 nextcloud.yaml diff --git a/nextcloud.yaml b/nextcloud.yaml new file mode 100644 index 0000000..59811c6 --- /dev/null +++ b/nextcloud.yaml @@ -0,0 +1,56 @@ +document: modulemd-packager +version: 3 +data: + # === Information about this module ======================================= + summary: A private file sync and share server - version 23.x.x + description: >- + Nextcloud gives you universal access to your files through a + web interface or WebDAV. It also provides a platform to easily + view & sync your contacts, calendars and bookmarks across all + your devices and enables basic editing right on the web. + Nextcloud is extendable via a simple but powerful API for + applications and plugins. + + # === License of this modulemd file ======================================= + license: + - MIT + # === Module context configurations ======================================= + configurations: + # context: + - context: nx1 + platform: f35 + - context: nx2 + platform: f36 + - context: nx3 + platform: f37 + - context: nx4 + platform: el8 + # === Module API (optional, but encouraged) =============================== + api: + rpms: + - nextcloud + - nextcloud-httpd + - nextcloud-nginx + - nextcloud-mysql + - nextcloud-postgresql + - nextcloud-sqlite + # === Installation profiles (optional, but encouraged) ==================== + profiles: + default: + description: A standard installation using HTTPD and MySQL. + rpms: + - nextcloud + - nextcloud-httpd + - nextcloud-mysql + testing: + description: A minimal installation for testing purposes + rpms: + - nextcloud + - nextcloud-httpd + - nextcloud-sqlite + # === Packages in this module ============================================= + components: + rpms: + nextcloud: + ref: 23 + rationale: Provides the functionality