Compare commits
3 Commits
11_0_0-5_e
...
11_0_0-8_e
Author | SHA1 | Date | |
---|---|---|---|
05f981a831 | |||
54a2010eac | |||
0616b9dca3 |
@@ -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 }
|
BIN
smeserver-php-11.0.0.tar.xz
(Stored with Git LFS)
BIN
smeserver-php-11.0.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
@@ -1,5 +1,5 @@
|
||||
%define version 11.0.0
|
||||
%define release 5
|
||||
%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,6 +281,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%preun
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- Set license file to GPL2.0 [SME: 12577]
|
||||
|
||||
|
Reference in New Issue
Block a user