Compare commits

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

10 commits

Author SHA1 Message Date
Fedora Release Engineering
7811642a03 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-08-10 16:46:49 +00:00
Christopher Engelhard
db13c4e9e2 Update to 21.0.9 2022-08-01 21:05:08 +02:00
Christopher Engelhard
6e99bb4d32 Update to 21.0.9 2022-07-31 19:44:53 +02:00
Carl George
9a6c3a7a17 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:50:15 -05:00
Fedora Release Engineering
47d62f9df4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-24 16:32:34 +00:00
Fedora Release Engineering
fdedf4e9d8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-22 13:39:51 +00:00
Christopher Engelhard
5682b21398 Update to 21.0.3 2021-07-12 20:29:39 +02:00
Christopher Engelhard
efea88c6ed Update to 21.0.2 2021-06-30 15:33:36 +02:00
Christopher Engelhard
efcbc41d06 Update README and add modulemd 2021-02-28 09:37:48 +01:00
Christopher Engelhard
c1c3113fc7 Release of 21.0.0 2021-02-28 09:32:02 +01:00
2 changed files with 51 additions and 2 deletions

View file

@ -1,3 +1,3 @@
# nextcloud
# nextcloud:nextcloud-21
The nextcloud package
Modular package for Nextcloud Server 21

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 21.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, -epel8]
requires:
platform: [-eln, -epel8]
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-21
rationale: Provides the functionality