Compare commits

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

7 commits

Author SHA1 Message Date
Carl George
3711ee74b3 Really disabled building for epel8
I tried to disable this in a9639e680b, but
it was still built.  I believe el8 is the correct platform name to
filter out to prevent stream expansion from building in epel8.  See
rhbz#2042653 for more information.
2022-09-01 20:09:57 -05:00
Fedora Release Engineering
0ea3992c6a Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-08-10 16:46:58 +00:00
Christopher Engelhard
d22886fd2b Update to 22.2.10 2022-08-01 21:05:57 +02:00
Carl George
a9639e680b Remove epel8 from platform stream expansion
None of the nextcloud module streams in epel8 are functional due to
missing runtime dependencies.  See rhbz#2042653 for more information.
2022-07-21 19:49:45 -05:00
Fedora Release Engineering
6ff6480399 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-24 17:32:26 +00:00
Fedora Release Engineering
5e4e4989b0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-22 14:39:48 +00:00
Christopher Engelhard
b831aeedc4 add nextcloud.yaml for 22.0.x 2021-07-12 21:36:13 +02:00

49
nextcloud.yaml Normal file
View file

@ -0,0 +1,49 @@
document: modulemd
version: 2
data:
summary: A private file sync and share server - version 22.0.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:
module:
- MIT
dependencies:
- buildrequires:
platform: [-eln, -el8]
requires:
platform: [-eln, -el8]
references:
documentation: https://docs.nextcloud.com/server/latest/admin_manual/
tracker: https://github.com/nextcloud/server/issues
api:
rpms:
- nextcloud
- nextcloud-httpd
- nextcloud-nginx
- nextcloud-mysql
- nextcloud-postgresql
- nextcloud-sqlite
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
components:
rpms:
nextcloud:
ref: nextcloud-22
rationale: Provides the functionality