Accepting request 1039093 from home:pgajdos:php8
- a2enmod php8 in TW and 15.4 onwards OBS-URL: https://build.opensuse.org/request/show/1039093 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=186
This commit is contained in:
parent
f7ce7b4cf9
commit
cbd1971db2
@ -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…
x
Reference in New Issue
Block a user