--- rpms/smeserver-php/sme10/smeserver-php.spec 2020/02/02 02:55:21 1.3 +++ rpms/smeserver-php/sme10/smeserver-php.spec 2020/03/09 16:57:16 1.4 @@ -1,5 +1,5 @@ %define version 3.0.0 -%define release 2 +%define release 3 %define name smeserver-php @@ -11,6 +11,9 @@ License: MIT Group: Applications/System Source: %{name}-%{version}.tar.gz Patch0: smeserver-php-fpm-0.1.1-bz10871-ibay-php-fpm.patch +Patch1: smeserver-php-fpm-0.1.1-bz10871-bz10335-fix1.patch +Patch2: smeserver-php-fpm-0.1.1-bz10879-php-fpm_syslog.patch +Patch3: smeserver-php-fpm-0.1.1-bz10877-pool-logs.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArch: x86_64 @@ -195,6 +198,9 @@ Manage PHP FPM pools, and switch between %prep %setup -q -n %{name}-%{version} %patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 %build perl createlinks @@ -279,6 +285,12 @@ rm -rf $RPM_BUILD_ROOT %preun %changelog +* Mon Mar 09 2020 Jean-Philipe Pialasse 3.0.0-3.sme +- fix typos and logic in scripts [SME: 10335] +- only set php admin values if php module is enabled [SME: 10871] +- redirect php*-php-fpm services logs to /var/log/php/php*/php-fpm.log [SME: 10879] +- pool logs in /var/log/php/*/error.log [SME: 10877] + * Sat Feb 01 2020 Jean-Philipe Pialasse 3.0.0-2.sme - modification for ibays php-fpm support in httpd.conf [SME: 10871]