1 |
%define version 3.0.0 |
%define version 3.0.0 |
2 |
%define release 9 |
%define release 10 |
3 |
%define name smeserver-php |
%define name smeserver-php |
4 |
|
|
5 |
|
|
19 |
Patch6: smeserver-php-fpm-0.1.1-bz10335-fix3-systemd-units.patch |
Patch6: smeserver-php-fpm-0.1.1-bz10335-fix3-systemd-units.patch |
20 |
Patch7: smeserver-php-3.0.0-bz10891-php.ini-allversions.patch |
Patch7: smeserver-php-3.0.0-bz10891-php.ini-allversions.patch |
21 |
Patch8: smeserver-php-3.0.0-bz10904-pass-auth-token-to-fpm.patch |
Patch8: smeserver-php-3.0.0-bz10904-pass-auth-token-to-fpm.patch |
22 |
|
Patch9: smeserver-php-3.0.0-bz8787-phpmail.patch |
23 |
|
|
24 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
25 |
BuildArch: x86_64 |
BuildArch: x86_64 |
212 |
%patch6 -p1 |
%patch6 -p1 |
213 |
%patch7 -p1 |
%patch7 -p1 |
214 |
%patch8 -p1 |
%patch8 -p1 |
215 |
|
%patch9 -p1 |
216 |
|
|
217 |
%build |
%build |
218 |
perl createlinks |
perl createlinks |
299 |
%preun |
%preun |
300 |
|
|
301 |
%changelog |
%changelog |
302 |
|
* Thu Mar 26 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-10.sme |
303 |
|
- help monitoring email sent by php [SME: 8787] |
304 |
|
|
305 |
* Thu Mar 26 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-9.sme |
* Thu Mar 26 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-9.sme |
306 |
- move auto_prepend_file from php.ini to php-fpm.d [SME: 10904] |
- move auto_prepend_file from php.ini to php-fpm.d [SME: 10904] |
307 |
add /usr/share/php in open_basedir if dfined to allow execution of auto_prepend_file |
add /usr/share/php in open_basedir if dfined to allow execution of auto_prepend_file |