Accepting request 796525 from server:php:applications

OBS-URL: https://build.opensuse.org/request/show/796525
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nextcloud?expand=0&rev=41
This commit is contained in:
Dominique Leuenberger 2020-04-23 16:39:22 +00:00 committed by Git OBS Bridge
commit fce62ea18d
6 changed files with 29 additions and 7 deletions

View File

@ -21,8 +21,14 @@ Alias /nextcloud "@DATAPATH@/"
Require all denied
</Directory>
Redirect 301 /.well-known/carddav /nextcloud/remote.php/dav
Redirect 301 /.well-known/caldav /nextcloud/remote.php/dav
Redirect 301 /ocm-provider/ /nextcloud/ocm-provider/
Redirect 301 /ocs-provider/ /nextcloud/ocs-provider/
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^/\.well-known/host-meta /nextcloud/public.php?service=host-meta [QSA,L]
RewriteRule ^/\.well-known/host-meta\.json /nextcloud/public.php?service=host-meta-json [QSA,L]
RewriteRule ^/\.well-known/webfinger /nextcloud/public.php?service=webfinger [QSA,L]
RewriteRule ^/\.well-known/carddav /nextcloud/remote.php/dav/ [R=301,L]
RewriteRule ^/\.well-known/caldav /nextcloud/remote.php/dav/ [R=301,L]
</IfModule>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7b67e709006230f90f95727f9fa92e8c73a9e93458b22103293120f9cb50fd72
size 86636651

3
nextcloud-18.0.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fad8e12632b352247ffc5ae181d4e414d732b9072caa0401774cfdb93a714329
size 86677670

6
nextcloud-rpmlintrc Normal file
View File

@ -0,0 +1,6 @@
# False positive
addFilter('explicit-lib-dependency');
# git files should not be removed, otherwise nextcloud rise up integrity check failure in some situations.
addFilter('version-control-internal-file');
addFilter('hidden-file-or-dir');
addFilter('non-etc-or-var-file-marked-as-conffile');

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Apr 23 05:23:41 UTC 2020 - ecsos@opensuse.org
- Update to 18.0.4
- No changelog from upstream at this time.
- Add nextcloud-rpmlintrc to reduce build warnings.
- Fix RewriteRules in apache_secure_data.
-------------------------------------------------------------------
Sun Apr 12 13:20:14 UTC 2020 - Olav Reinert <seroton10@gmail.com>

View File

@ -49,7 +49,7 @@
%endif
Name: nextcloud
Version: 18.0.3
Version: 18.0.4
Release: 0
Summary: File hosting service
License: AGPL-3.0-only
@ -64,6 +64,7 @@ Source5: robots.txt
Source10: %{name}-cron
Source11: %{name}-cron.service
Source12: %{name}-cron.timer
Source99: %{name}-rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch