Accepting request 452031 from home:ecsos:server

update to 11.0.1

OBS-URL: https://build.opensuse.org/request/show/452031
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=8
This commit is contained in:
Andrej Semen 2017-01-25 08:01:33 +00:00 committed by Git OBS Bridge
parent a2ef2d8662
commit cdb0a00e8b
4 changed files with 15 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 23 17:58:01 UTC 2017 - ecsos@opensuse.org
- upstream update to version 11.0.1
-------------------------------------------------------------------
Wed Dec 14 17:28:37 UTC 2016 - ecsos@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package nextcloud
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -48,7 +48,7 @@
%define statedir /run
%endif
Name: nextcloud
%define base_version 11.0.0
%define base_version 11.0.1
Version: %{base_version}
Release: 0
Summary: A safe home for all your data, community-driven, free & open source
@ -221,6 +221,11 @@ if [ -s /tmp/apache_stopped_during_nextcloud_install ]; then
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
service httpd start
%endif
fi
if [ -s %{statedir}/occ_maintenance_mode_during_nextcloud_install ]; then
echo "%{name}: occ upgrade"
su %{oc_user} -s /bin/sh -c "cd %{oc_dir}; PATH=%{ocphp_bin}:$PATH php ./occ upgrade" || true
echo "%{name}: occ maintenance:mode --off"
su %{oc_user} -s /bin/sh -c "cd %{oc_dir}; PATH=%{ocphp_bin}:$PATH php ./occ maintenance:mode --off" || true
fi