Accepting request 1208682 from server:php:applications

OBS-URL: https://build.opensuse.org/request/show/1208682
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nextcloud?expand=0&rev=112
This commit is contained in:
Ana Guerrero 2024-10-18 13:55:39 +00:00 committed by Git OBS Bridge
commit faf4ef172b
4 changed files with 2379 additions and 6 deletions

View File

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

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

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

File diff suppressed because it is too large Load Diff

View File

@ -47,7 +47,7 @@
%endif
Name: nextcloud
Version: 29.0.8
Version: 30.0.1
Release: 0
Summary: File hosting service
License: AGPL-3.0-only
@ -174,6 +174,7 @@ mkdir -p $idir
mkdir -p $idir/data
mkdir -p $idir/search
cp -aRf * $idir
cp -aRf .reuse $idir
cp -aRf .htaccess $idir
cp -aRf .user.ini $idir
# $idir/l10n to disappear in future
@ -185,8 +186,8 @@ fi
# create the AllowOverride directive
install -p -D -m 644 %{SOURCE1} $RPM_BUILD_ROOT/%{apache_confdir}/nextcloud.conf
ocpath="%{apache_myserverroot}/%{name}"
sed -i -e"s|@DATAPATH@|${ocpath}|g" $RPM_BUILD_ROOT/%{apache_confdir}/nextcloud.conf
ncpath="%{apache_myserverroot}/%{name}"
sed -i -e"s|@DATAPATH@|${ncpath}|g" $RPM_BUILD_ROOT/%{apache_confdir}/nextcloud.conf
# not needed for distro packages
rm -f ${idir}/indie.json