--- rpms/smeserver-zabbix-server/contribs10/smeserver-zabbix-server.spec 2021/11/05 11:11:27 1.7 +++ rpms/smeserver-zabbix-server/contribs10/smeserver-zabbix-server.spec 2021/11/08 03:55:26 1.9 @@ -1,10 +1,10 @@ -# $Id: smeserver-zabbix-server.spec,v 1.6 2021/11/01 14:22:18 brianr Exp $ +# $Id: smeserver-zabbix-server.spec,v 1.8 2021/11/07 06:43:25 jpp Exp $ # Authority: vip-ire # Name: Daniel Berteaud %define name smeserver-zabbix-server %define version 0.1 -%define release 25 +%define release 27 Summary: sme server integration of zabbix server and web front-end Name: %{name} Version: %{version} @@ -36,6 +36,7 @@ Patch18: smeserver-zabbix-server-0.1-Upd Patch19: smeserver-zabbix-server-0.1-Template-user-dot-ini-and-override-service-file-change-pid-in-conf-file.patch Patch20: smeserver-zabbix-server-0.1-Add-in-zabbix-conf-expansion-to-createlinks.patch Patch21: smeserver-zabbix-server-0.1-Switch-to-specific-php-fpm.patch +Patch22: smeserver-zabbix-server-0.1-bz11232-installSME10.patch BuildArchitectures: noarch BuildRequires: e-smith-devtools @@ -58,6 +59,13 @@ ZAbbix is an entreprise-class open sourc solution %changelog +* Sun Nov 07 2021 Jean-Philippe Pialasse 0.1-27.sme +- fix init sql, typo and reload deamon [SME: 11232] + +* Sun Nov 07 2021 Jean-Philippe Pialasse 0.1-26.sme +- fix session and log issue [SME: 11232] + fix mysql-init not launched + * Mon Nov 01 2021 BogusDateBot - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, by assuming the date is correct and changing the weekday. @@ -176,6 +184,7 @@ solution %patch19 -p1 %patch20 -p1 %patch21 -p1 +%patch22 -p1 %build perl ./createlinks @@ -192,7 +201,12 @@ rm -f %{name}-%{version}-filelist /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ --file /var/lib/zabbix/bin/fping 'attr(0750,root,zabbix)' \ --file /var/lib/zabbix/bin/fping6 'attr(0750,root,zabbix)' \ - --dir /var/lib/zabbix/tmp 'attr(0755,zabbix,zabbix)' \ + --dir /var/lib/zabbix/tmp 'attr(0750,zabbix,zabbix)' \ + --dir /var/log/php/zabbix 'attr(0770,www,www)' \ + --dir /var/lib/php/zabbix 'attr(0755,root,www)' \ + --dir /var/lib/php/zabbix/tmp 'attr(0770,root,www)' \ + --dir /var/lib/php/zabbix/opcache 'attr(0770,root,www)' \ + --dir /var/lib/php/zabbix/session 'attr(0770,root,www)' \ > %{name}-%{version}-filelist %files -f %{name}-%{version}-filelist