1 |
%define version 3.0.0 |
%define version 3.0.0 |
2 |
%define release 1 |
%define release 3 |
3 |
%define name smeserver-php |
%define name smeserver-php |
4 |
|
|
5 |
|
|
10 |
License: MIT |
License: MIT |
11 |
Group: Applications/System |
Group: Applications/System |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
13 |
|
Patch0: smeserver-php-fpm-0.1.1-bz10871-ibay-php-fpm.patch |
14 |
|
Patch1: smeserver-php-fpm-0.1.1-bz10871-bz10335-fix1.patch |
15 |
|
Patch2: smeserver-php-fpm-0.1.1-bz10879-php-fpm_syslog.patch |
16 |
|
Patch3: smeserver-php-fpm-0.1.1-bz10877-pool-logs.patch |
17 |
|
|
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
BuildArch: x86_64 |
BuildArch: x86_64 |
197 |
|
|
198 |
%prep |
%prep |
199 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
200 |
|
%patch0 -p1 |
201 |
|
%patch1 -p1 |
202 |
|
%patch2 -p1 |
203 |
|
%patch3 -p1 |
204 |
|
|
205 |
%build |
%build |
206 |
perl createlinks |
perl createlinks |
285 |
%preun |
%preun |
286 |
|
|
287 |
%changelog |
%changelog |
288 |
|
* Mon Mar 09 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-3.sme |
289 |
|
- fix typos and logic in scripts [SME: 10335] |
290 |
|
- only set php admin values if php module is enabled [SME: 10871] |
291 |
|
- redirect php*-php-fpm services logs to /var/log/php/php*/php-fpm.log [SME: 10879] |
292 |
|
- pool logs in /var/log/php/*/error.log [SME: 10877] |
293 |
|
|
294 |
|
* Sat Feb 01 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-2.sme |
295 |
|
- modification for ibays php-fpm support in httpd.conf [SME: 10871] |
296 |
|
|
297 |
* Tue Jan 28 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-1.sme |
* Tue Jan 28 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-1.sme |
298 |
- initial release of smeserver-php from smeserver-php-fpm [SME: 10335] |
- initial release of smeserver-php from smeserver-php-fpm [SME: 10335] |
299 |
added support for ibays, remove references to shares (should move to smeserver-share-folders) |
added support for ibays, remove references to shares (should move to smeserver-share-folders) |