Accepting request 854820 from home:ecsos:server

- Fix problem with apache_serverroot macro in Tumbleweed.

OBS-URL: https://build.opensuse.org/request/show/854820
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=131
This commit is contained in:
Eric Schirra 2020-12-11 09:15:26 +00:00 committed by Git OBS Bridge
parent 052a459f6b
commit a730862f2d
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 11 08:49:28 UTC 2020 - ecsos <ecsos@opensuse.org>
- Fix problem with apache_serverroot macro in Tumbleweed.
-------------------------------------------------------------------
Thu Dec 10 12:26:39 UTC 2020 - ecsos <ecsos@opensuse.org>

View File

@ -18,7 +18,12 @@
#
%if 0%{?suse_version}
# Tumbleweed has errors in apache-rpm-macros: apache_serverroot is /usr
%if 0%{?suse_version} > 1500
%define apache_myserverroot /srv/www/htdocs
%else
%define apache_myserverroot %{apache_serverroot}/htdocs
%endif
%define apache_confdir %{apache_sysconfdir}/conf.d
%define apache_docdir /usr/share/doc/packages
%else