* 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:
parent
dd57e2950c
commit
2cfa2a4a03
@ -26,7 +26,7 @@ $OUT = "/var/log/php/*/php*fpm.log {
|
||||
notifempty
|
||||
sharedscripts
|
||||
delaycompress
|
||||
su www www
|
||||
su root www
|
||||
create 600 www www
|
||||
postrotate
|
||||
/sbin/e-smith/service php-fpm reload >/dev/null 2>&1 || true
|
||||
|
@ -1,5 +1,5 @@
|
||||
%define version 11.0.0
|
||||
%define release 10
|
||||
%define release 11
|
||||
%define name smeserver-php
|
||||
%global debug_package %{nil}
|
||||
|
||||
@ -281,6 +281,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%preun
|
||||
|
||||
%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
|
||||
- fix spec file typo
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user