1 |
%define version 3.0.0 |
%define version 3.0.0 |
2 |
%define release 41 |
%define release 43 |
3 |
%define name smeserver-php |
%define name smeserver-php |
4 |
|
|
5 |
|
|
43 |
Patch30: smeserver-php-3.0.0-bz8077-bz11666.patch |
Patch30: smeserver-php-3.0.0-bz8077-bz11666.patch |
44 |
Patch31: smeserver-php-3.0.0-bz11666-error_reporting.patch |
Patch31: smeserver-php-3.0.0-bz11666-error_reporting.patch |
45 |
Patch32: smeserver-php-3.0.0-bz11717-addphp81.patch |
Patch32: smeserver-php-3.0.0-bz11717-addphp81.patch |
46 |
|
Patch33: smeserver-php-3.0.0-bz11943-require.patch |
47 |
|
|
48 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
49 |
BuildArch: x86_64 |
BuildArch: x86_64 |
303 |
%patch30 -p1 |
%patch30 -p1 |
304 |
%patch31 -p1 |
%patch31 -p1 |
305 |
%patch32 -p1 |
%patch32 -p1 |
306 |
|
%patch33 -p1 |
307 |
|
|
308 |
%build |
%build |
309 |
perl createlinks |
perl createlinks |
320 |
#drop in systemd file |
#drop in systemd file |
321 |
%{__mkdir_p} root/usr/lib/systemd/system/php-fpm.service.d |
%{__mkdir_p} root/usr/lib/systemd/system/php-fpm.service.d |
322 |
echo "[Install]" > root/usr/lib/systemd/system/php-fpm.service.d/51koozali.conf |
echo "[Install]" > root/usr/lib/systemd/system/php-fpm.service.d/51koozali.conf |
323 |
echo "WantedBy=sme-server.target" > root/usr/lib/systemd/system/php-fpm.service.d/51koozali.conf |
echo "WantedBy=sme-server.target" >> root/usr/lib/systemd/system/php-fpm.service.d/51koozali.conf |
324 |
|
|
325 |
%{__mkdir_p} root/etc/e-smith/templates.metadata/etc/logrotate.d/ |
%{__mkdir_p} root/etc/e-smith/templates.metadata/etc/logrotate.d/ |
326 |
for phpver in "55" "56" "70" "71" "72" "73" "74" "80" "81"; do |
for phpver in "55" "56" "70" "71" "72" "73" "74" "80" "81"; do |
405 |
%preun |
%preun |
406 |
|
|
407 |
%changelog |
%changelog |
408 |
|
* Sun Apr 17 2022 Jean-Philippe Pialasse <tests@pialasse.com> 3.0.0-43.sme |
409 |
|
- update to httpd 2.4 Require usage [SME: 11943] |
410 |
|
|
411 |
|
* Mon Dec 20 2021 Jean-Philippe Pialasse <tests@pialasse.com> 3.0.0-42.sme |
412 |
|
- fix missing section in php-fpm dropin file [SME: 11814] |
413 |
|
|
414 |
* Sun Oct 24 2021 Jean-Philippe Pialasse <tests@pialasse.com> 3.0.0-41.sme |
* Sun Oct 24 2021 Jean-Philippe Pialasse <tests@pialasse.com> 3.0.0-41.sme |
415 |
- add php81 support [SME: 11717] |
- add php81 support [SME: 11717] |
416 |
|
|