--- rpms/smeserver-zabbix-server/contribs10/smeserver-zabbix-server.spec 2021/11/08 03:55:26 1.9 +++ rpms/smeserver-zabbix-server/contribs10/smeserver-zabbix-server.spec 2021/11/09 04:28:18 1.10 @@ -1,10 +1,10 @@ -# $Id: smeserver-zabbix-server.spec,v 1.8 2021/11/07 06:43:25 jpp Exp $ +# $Id: smeserver-zabbix-server.spec,v 1.9 2021/11/08 03:55:26 jpp Exp $ # Authority: vip-ire # Name: Daniel Berteaud %define name smeserver-zabbix-server %define version 0.1 -%define release 27 +%define release 28 Summary: sme server integration of zabbix server and web front-end Name: %{name} Version: %{version} @@ -37,6 +37,7 @@ Patch19: smeserver-zabbix-server-0.1-Tem 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 +Patch23: smeserver-zabbix-server-0.1-bz10802-checkcert-telegram.patch BuildArchitectures: noarch BuildRequires: e-smith-devtools @@ -52,13 +53,22 @@ Conflicts: smeserver-zabbix-proxy Requires: smeserver-remoteuseraccess #Requires: smeserver-php-scl AutoReqProv: no +# for telegram bot +Requires: python2-pysocks python-requests python2-requests-oauthlib +#for zabbix=>50 +#Provides: rh-php72-php-fpm rh-php72-php-mbstring rh-php72 rh-php72-php-mysqlnd rh-php72-php-gd rh-php72-php-xml rh-php72-php-ldap rh-php72-php-bcmath +# %description smserver integration of zabbix server and web front-end. -ZAbbix is an entreprise-class open source distributed monitoring +Zabbix is an entreprise-class open source distributed monitoring solution %changelog +* Mon Nov 08 2021 Jean-Philippe Pialasse 0.1-28.sme +- add check cert scripts and telegram [SME: 10802] + no template provided to use with + * Sun Nov 07 2021 Jean-Philippe Pialasse 0.1-27.sme - fix init sql, typo and reload deamon [SME: 11232] @@ -185,6 +195,7 @@ solution %patch20 -p1 %patch21 -p1 %patch22 -p1 +%patch23 -p1 %build perl ./createlinks @@ -207,6 +218,7 @@ rm -f %{name}-%{version}-filelist --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)' \ + |grep -v '.pyc'|grep -v '.pyo' \ > %{name}-%{version}-filelist %files -f %{name}-%{version}-filelist