Compare commits
2 Commits
11_0_0-6_e
...
11_0_0-8_e
Author | SHA1 | Date | |
---|---|---|---|
05f981a831 | |||
54a2010eac |
@@ -0,0 +1,2 @@
|
||||
TEMPLATE_PATH="/etc/php-fpm.conf"
|
||||
MORE_DATA={ PHP_VERSION => 72, FPM_POOL_DIR => "/etc/opt/remi/php72/php-fpm.d" }
|
@@ -0,0 +1,2 @@
|
||||
TEMPLATE_PATH="/etc/php-fpm.d/custom.conf"
|
||||
MORE_DATA={ PHP_VERSION => 72 }
|
@@ -0,0 +1,2 @@
|
||||
TEMPLATE_PATH="/etc/php-fpm.d/ibays.conf"
|
||||
MORE_DATA={ PHP_VERSION => 72 }
|
@@ -0,0 +1,2 @@
|
||||
TEMPLATE_PATH="/etc/php-fpm.d/www.conf"
|
||||
MORE_DATA={ PHP_VERSION => 72 }
|
@@ -0,0 +1,2 @@
|
||||
TEMPLATE_PATH="/etc/sysconfig/php-fpm"
|
||||
MORE_DATA={ PHP_VERSION => 72 }
|
@@ -1,5 +1,5 @@
|
||||
%define version 11.0.0
|
||||
%define release 6
|
||||
%define release 8
|
||||
%define name smeserver-php
|
||||
%global debug_package %{nil}
|
||||
|
||||
@@ -235,12 +235,12 @@ echo "WantedBy=sme-server.target" >> root/usr/lib/systemd/system/php$phpver-php-
|
||||
done
|
||||
|
||||
# php7*
|
||||
for phpver in "72" "73" "74" "80" "81" "82" "83"; do
|
||||
#cp ph70 metada
|
||||
for phpver in "73" "74" "80" "81" "82" "83"; do
|
||||
#cp ph72 metada
|
||||
mkdir -p root/etc/e-smith/templates.metadata/etc/opt/remi/php$phpver/
|
||||
cp -a root/etc/e-smith/templates.metadata/etc/opt/remi/php70/* root/etc/e-smith/templates.metadata/etc/opt/remi/php$phpver/
|
||||
cp -a root/etc/e-smith/templates.metadata/etc/opt/remi/php72/* root/etc/e-smith/templates.metadata/etc/opt/remi/php$phpver/
|
||||
#sed inplace
|
||||
find root/etc/e-smith/templates.metadata/etc/opt/remi/php$phpver -type f -print0 | xargs -0 sed -i 's/70/'$phpver'/g'
|
||||
find root/etc/e-smith/templates.metadata/etc/opt/remi/php$phpver -type f -print0 | xargs -0 sed -i 's/72/'$phpver'/g'
|
||||
done
|
||||
|
||||
# then patch the following files
|
||||
@@ -281,7 +281,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%preun
|
||||
|
||||
%changelog
|
||||
* Mon Apr 15 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-6.sme
|
||||
* Mon Apr 15 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-8.sme
|
||||
- remove tar.xz from git
|
||||
|
||||
* Thu Apr 04 2024 Brian Read <brianr@koozali.org> 11.0.0-5.sme
|
||||
|
Reference in New Issue
Block a user