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:
parent
052a459f6b
commit
a730862f2d
@ -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>
|
Thu Dec 10 12:26:39 UTC 2020 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
@ -18,7 +18,12 @@
|
|||||||
|
|
||||||
#
|
#
|
||||||
%if 0%{?suse_version}
|
%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
|
%define apache_myserverroot %{apache_serverroot}/htdocs
|
||||||
|
%endif
|
||||||
%define apache_confdir %{apache_sysconfdir}/conf.d
|
%define apache_confdir %{apache_sysconfdir}/conf.d
|
||||||
%define apache_docdir /usr/share/doc/packages
|
%define apache_docdir /usr/share/doc/packages
|
||||||
%else
|
%else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user