28 |
Patch15: smeserver-php-3.0.0-bz11287-fix-event-links.patch |
Patch15: smeserver-php-3.0.0-bz11287-fix-event-links.patch |
29 |
Patch16: smeserver-php-3.0.0-bz11325-logging.patch |
Patch16: smeserver-php-3.0.0-bz11325-logging.patch |
30 |
Patch17: smeserver-php-3.0.0-bz11287-pooldir.patch |
Patch17: smeserver-php-3.0.0-bz11287-pooldir.patch |
31 |
|
Patch18: smeserver-php-3.0.0-bz11295-addphp80.patch |
32 |
|
|
33 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
34 |
BuildArch: x86_64 |
BuildArch: x86_64 |
199 |
Requires: php74-php-opcache |
Requires: php74-php-opcache |
200 |
Requires: php74-php-fpm |
Requires: php74-php-fpm |
201 |
Requires: php74-php-mbstring |
Requires: php74-php-mbstring |
|
Requires: php74-php-mysql |
|
202 |
Requires: php74-php-json |
Requires: php74-php-json |
203 |
Requires: php74-php-bcmath |
Requires: php74-php-bcmath |
204 |
Requires: php74-php-intl |
Requires: php74-php-intl |
207 |
Requires: php74-php-snmp |
Requires: php74-php-snmp |
208 |
Requires: php74-php, php74-php-enchant , php74-php-pdo php74-php-tidy , php74-php-mysqlnd php74-php-pecl-zip |
Requires: php74-php, php74-php-enchant , php74-php-pdo php74-php-tidy , php74-php-mysqlnd php74-php-pecl-zip |
209 |
|
|
210 |
|
# PHP 8.0 |
211 |
|
Requires: php80-php-cli |
212 |
|
Requires: php80-php-ldap |
213 |
|
Requires: php80-php-imap |
214 |
|
Requires: php80-php-gd |
215 |
|
Requires: php80-php-xml |
216 |
|
Requires: php80-php-xmlrpc |
217 |
|
Requires: php80-php-soap |
218 |
|
Requires: php80-php-opcache |
219 |
|
Requires: php80-php-fpm |
220 |
|
Requires: php80-php-mbstring |
221 |
|
Requires: php80-php-json |
222 |
|
Requires: php80-php-bcmath |
223 |
|
Requires: php80-php-intl |
224 |
|
Requires: php80-php-pear |
225 |
|
Requires: php80-php-process |
226 |
|
Requires: php80-php-snmp |
227 |
|
Requires: php80-php, php80-php-enchant , php80-php-pdo php80-php-tidy , php80-php-mysqlnd php80-php-pecl-zip |
228 |
|
|
229 |
%description |
%description |
230 |
Manage PHP FPM pools, and switch between PHP versions easily |
Manage PHP FPM pools, and switch between PHP versions easily |
231 |
|
|
249 |
%patch15 -p1 |
%patch15 -p1 |
250 |
%patch16 -p1 |
%patch16 -p1 |
251 |
%patch17 -p1 |
%patch17 -p1 |
252 |
|
%patch18 -p1 |
253 |
|
|
254 |
%build |
%build |
255 |
perl createlinks |
perl createlinks |
269 |
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 |
270 |
|
|
271 |
%{__mkdir_p} root/etc/e-smith/templates.metadata/etc/logrotate.d/ |
%{__mkdir_p} root/etc/e-smith/templates.metadata/etc/logrotate.d/ |
272 |
for phpver in "55" "56" "70" "71" "72" "73" "74"; do |
for phpver in "55" "56" "70" "71" "72" "73" "74" "80"; do |
273 |
#needed folder |
#needed folder |
274 |
%{__mkdir_p} root/var/log/php/php$phpver/ |
%{__mkdir_p} root/var/log/php/php$phpver/ |
275 |
%{__mkdir_p} root/var/lib/php/php$phpver/{session,tmp,opcache,wsdlcache} |
%{__mkdir_p} root/var/lib/php/php$phpver/{session,tmp,opcache,wsdlcache} |
308 |
done |
done |
309 |
|
|
310 |
# php7* |
# php7* |
311 |
for phpver in "72" "73" "74"; do |
for phpver in "72" "73" "74" "80"; do |
312 |
#cp ph70 metada |
#cp ph70 metada |
313 |
mkdir -p root/etc/e-smith/templates.metadata/etc/opt/remi/php$phpver/ |
mkdir -p root/etc/e-smith/templates.metadata/etc/opt/remi/php$phpver/ |
314 |
cp -a root/etc/e-smith/templates.metadata/etc/opt/remi/php70/* root/etc/e-smith/templates.metadata/etc/opt/remi/php$phpver/ |
cp -a root/etc/e-smith/templates.metadata/etc/opt/remi/php70/* root/etc/e-smith/templates.metadata/etc/opt/remi/php$phpver/ |
332 |
--dir /var/lib/php/php/tmp 'attr(0770,root,www)' \ |
--dir /var/lib/php/php/tmp 'attr(0770,root,www)' \ |
333 |
--dir /var/lib/php/php/opcache 'attr(0770,root,www)' \ |
--dir /var/lib/php/php/opcache 'attr(0770,root,www)' \ |
334 |
--dir /var/lib/php/php/wsdlcache 'attr(0770,root,www)' \ |
--dir /var/lib/php/php/wsdlcache 'attr(0770,root,www)' \ |
335 |
`for phpver in "54" "55" "56" "70" "71" "72" "73" "74"; do echo -n "--dir /var/log/php/php$phpver attr(0770,root,www) --dir /var/lib/php/php$phpver/session attr(0770,root,www) --dir /var/lib/php/php$phpver/tmp attr(0770,root,www) --dir /var/lib/php/php$phpver/opcache attr(0770,root,www) --dir /var/lib/php/php$phpver/wsdlcache attr(0770,root,www) ";done ` \ |
`for phpver in "54" "55" "56" "70" "71" "72" "73" "74" "80"; do echo -n "--dir /var/log/php/php$phpver attr(0770,root,www) --dir /var/lib/php/php$phpver/session attr(0770,root,www) --dir /var/lib/php/php$phpver/tmp attr(0770,root,www) --dir /var/lib/php/php$phpver/opcache attr(0770,root,www) --dir /var/lib/php/php$phpver/wsdlcache attr(0770,root,www) ";done ` \ |
336 |
> %{name}-%{version}-filelist |
> %{name}-%{version}-filelist |
337 |
|
|
338 |
|
|
353 |
%changelog |
%changelog |
354 |
* Sun Feb 21 2021 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-24.sme |
* Sun Feb 21 2021 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-24.sme |
355 |
- allow php-pool-dirs to run from generik event [SME: 11287] |
- allow php-pool-dirs to run from generik event [SME: 11287] |
356 |
|
- add php80 support [SME: 11295] |
357 |
|
|
358 |
* Wed Jan 27 2021 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-23.sme |
* Wed Jan 27 2021 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-23.sme |
359 |
- fix php55 logrotate [SME: 11325] |
- fix php55 logrotate [SME: 11325] |