* Mon Apr 15 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-7.sme
- remove tar.xz from git
This commit is contained in:
parent
0616b9dca3
commit
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 version 11.0.0
|
||||||
%define release 6
|
%define release 7
|
||||||
%define name smeserver-php
|
%define name smeserver-php
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
@ -238,9 +238,9 @@ done
|
|||||||
for phpver in "72" "73" "74" "80" "81" "82" "83"; do
|
for phpver in "72" "73" "74" "80" "81" "82" "83"; do
|
||||||
#cp ph70 metada
|
#cp ph70 metada
|
||||||
mkdir -p root/etc/e-smith/templates.metadata/etc/opt/remi/php$phpver/
|
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
|
#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
|
done
|
||||||
|
|
||||||
# then patch the following files
|
# then patch the following files
|
||||||
@ -281,7 +281,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%preun
|
%preun
|
||||||
|
|
||||||
%changelog
|
%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-7.sme
|
||||||
- remove tar.xz from git
|
- remove tar.xz from git
|
||||||
|
|
||||||
* Thu Apr 04 2024 Brian Read <brianr@koozali.org> 11.0.0-5.sme
|
* Thu Apr 04 2024 Brian Read <brianr@koozali.org> 11.0.0-5.sme
|
||||||
|
Loading…
Reference in New Issue
Block a user