SHA256
1
0
forked from pool/nextcloud

Accepting request 1039097 from server:php:applications

OBS-URL: https://build.opensuse.org/request/show/1039097
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nextcloud?expand=0&rev=81
This commit is contained in:
Dominique Leuenberger 2022-11-30 14:00:31 +00:00 committed by Git OBS Bridge
commit 373331b949
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 30 10:35:27 UTC 2022 - pgajdos@suse.com
- a2enmod php8 in TW and 15.4 onwards
-------------------------------------------------------------------
Thu Nov 3 15:25:48 UTC 2022 - ecsos <ecsos@opensuse.org>

View File

@ -249,10 +249,10 @@ fi
if [ $1 -eq 1 ]; then
%if 0%{?suse_version}
%if 0%{?suse_version} >= 1500
a2enmod php7
%if 0%{?sle_version} >= 150400 || 0%{?suse_version} > 1500
a2enmod php8
%else
a2enmod php5
a2enmod php7
%endif
%endif
fi