Compare commits

...
Sign in to create a new pull request.

7 commits

Author SHA1 Message Date
Petr Písař
fb4b747d8c Remove a context for Fedora 35 2023-02-14 10:58:37 +01:00
Petr Písař
2ded56123d Add a context for Fedora 39 2023-02-14 10:58:17 +01:00
Carl George
f8ac542493 Disable building for epel8
None of the nextcloud module streams in epel8 are functional due to
missing runtime dependencies.  See rhbz#2042653 for more information.
2022-09-01 17:26:40 -05:00
Petr Písař
39be5fe357 Add a context for Fedora 38 2022-08-18 08:19:19 +02:00
Fedora Release Engineering
fdbd8e37ee Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-08-10 16:46:37 +00:00
Christopher Engelhard
06294076d2 Modify nextcloud.yaml for stream nextcloud:24 2022-08-01 21:20:24 +02:00
Christopher Engelhard
829e284c7e Add nextcloud.yaml with modulemd version 3 2022-08-01 21:00:52 +02:00

56
nextcloud.yaml Normal file
View file

@ -0,0 +1,56 @@
document: modulemd-packager
version: 3
data:
# === Information about this module =======================================
summary: A private file sync and share server - version 24.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: nx2
platform: f36
- context: nx3
platform: f37
- context: f38
platform: f38
- context: f39
platform: f39
# === 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: 24
rationale: Provides the functionality