--- rpms/smeserver-php/sme10/smeserver-php.spec 2020/03/26 04:27:24 1.12 +++ rpms/smeserver-php/sme10/smeserver-php.spec 2020/11/10 04:07:46 1.18 @@ -1,5 +1,5 @@ %define version 3.0.0 -%define release 10 +%define release 16 %define name smeserver-php @@ -20,6 +20,9 @@ Patch6: smeserver-php-fpm-0.1.1-bz10335- Patch7: smeserver-php-3.0.0-bz10891-php.ini-allversions.patch Patch8: smeserver-php-3.0.0-bz10904-pass-auth-token-to-fpm.patch Patch9: smeserver-php-3.0.0-bz8787-phpmail.patch +Patch10: smeserver-php-3.0.0-bz11014.sme-server.target.patch +Patch11: smeserver-php-3.0.0-bz11087-webapps.patch +Patch12: smeserver-php-3.0.0-bz11092.typo-upload.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArch: x86_64 @@ -28,6 +31,7 @@ BuildRequires: e-smith-devtools Requires: e-smith-base >= 5.6.0 Provides: e-smith-php = %{version}-%{release} Obsoletes: e-smith-php < %{version} +Provides: smeserver-webapps-common Requires: tmpwatch Requires: logrotate @@ -213,6 +217,10 @@ Manage PHP FPM pools, and switch between %patch7 -p1 %patch8 -p1 %patch9 -p1 +%patch10 -p1 +%patch11 -p1 +%patch12 -p1 + %build perl createlinks @@ -299,7 +307,22 @@ rm -rf $RPM_BUILD_ROOT %preun %changelog -* Thu Mar 26 2020 Jean-Philipe Pialasse 3.0.0-10.sme +* Mon Nov 09 2020 Jean-Philipe Pialasse 3.0.0-16.sme +- fix typo for upload_tmp_dir [SME: 11092] + +* Sun Nov 08 2020 Jean-Philipe Pialasse 3.0.0-15.sme +- improve integration of webapps : virtualhost and event [SME: 11087] + +* Wed Sep 30 2020 Jean-Philipe Pialasse 3.0.0-14.sme +- enable php services for sme-server.target [SME: 11014] + +* Tue Jun 23 2020 Jean-Philipe Pialasse 3.0.0-13.sme +- move and fix link to start services units [SME: 10960] + +* Fri Mar 27 2020 Jean-Philipe Pialasse 3.0.0-12.sme +- fix typo in smeserver-php-3.0.0-bz10904-pass-auth-token-to-fpm.patch [SME: 10904] + +* Thu Mar 26 2020 Jean-Philipe Pialasse 3.0.0-11.sme - help monitoring email sent by php [SME: 8787] * Thu Mar 26 2020 Jean-Philipe Pialasse 3.0.0-9.sme