* Tue Nov 12 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-11.sme

- fix error: stat of error.log failed: Permission denied  [SME: 12665]
This commit is contained in:
Jean-Philippe Pialasse 2024-11-12 12:54:30 -05:00
parent dd57e2950c
commit 2cfa2a4a03
2 changed files with 5 additions and 2 deletions

View File

@ -26,7 +26,7 @@ $OUT = "/var/log/php/*/php*fpm.log {
notifempty notifempty
sharedscripts sharedscripts
delaycompress delaycompress
su www www su root www
create 600 www www create 600 www www
postrotate postrotate
/sbin/e-smith/service php-fpm reload >/dev/null 2>&1 || true /sbin/e-smith/service php-fpm reload >/dev/null 2>&1 || true

View File

@ -1,5 +1,5 @@
%define version 11.0.0 %define version 11.0.0
%define release 10 %define release 11
%define name smeserver-php %define name smeserver-php
%global debug_package %{nil} %global debug_package %{nil}
@ -281,6 +281,9 @@ rm -rf $RPM_BUILD_ROOT
%preun %preun
%changelog %changelog
* Tue Nov 12 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-11.sme
- fix error: stat of error.log failed: Permission denied [SME: 12665]
* Thu Oct 24 2024 John Crisp <jcrisp@safeandsoundit.co.uk> 11.0.0-10.sme * Thu Oct 24 2024 John Crisp <jcrisp@safeandsoundit.co.uk> 11.0.0-10.sme
- fix spec file typo - fix spec file typo