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:
commit
373331b949
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user