1 |
# $Id: smeserver-zabbix-server.spec,v 1.8 2021/11/07 06:43:25 jpp Exp $ |
# $Id: smeserver-zabbix-server.spec,v 1.10 2021/11/09 04:28:18 jpp Exp $ |
2 |
# Authority: vip-ire |
# Authority: vip-ire |
3 |
# Name: Daniel Berteaud |
# Name: Daniel Berteaud |
4 |
|
|
5 |
%define name smeserver-zabbix-server |
%define name smeserver-zabbix-server |
6 |
%define version 0.1 |
%define version 0.1 |
7 |
%define release 27 |
%define release 29 |
8 |
Summary: sme server integration of zabbix server and web front-end |
Summary: sme server integration of zabbix server and web front-end |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
37 |
Patch20: smeserver-zabbix-server-0.1-Add-in-zabbix-conf-expansion-to-createlinks.patch |
Patch20: smeserver-zabbix-server-0.1-Add-in-zabbix-conf-expansion-to-createlinks.patch |
38 |
Patch21: smeserver-zabbix-server-0.1-Switch-to-specific-php-fpm.patch |
Patch21: smeserver-zabbix-server-0.1-Switch-to-specific-php-fpm.patch |
39 |
Patch22: smeserver-zabbix-server-0.1-bz11232-installSME10.patch |
Patch22: smeserver-zabbix-server-0.1-bz11232-installSME10.patch |
40 |
|
Patch23: smeserver-zabbix-server-0.1-bz10802-checkcert-telegram.patch |
41 |
|
Patch24: smeserver-zabbix-server-0.1-bz11749-adminpass.patch |
42 |
|
|
43 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
44 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
54 |
Requires: smeserver-remoteuseraccess |
Requires: smeserver-remoteuseraccess |
55 |
#Requires: smeserver-php-scl |
#Requires: smeserver-php-scl |
56 |
AutoReqProv: no |
AutoReqProv: no |
57 |
|
# for telegram bot |
58 |
|
Requires: python2-pysocks python-requests python2-requests-oauthlib |
59 |
|
#for zabbix=>50 |
60 |
|
#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 |
61 |
|
# |
62 |
|
|
63 |
%description |
%description |
64 |
smserver integration of zabbix server and web front-end. |
smserver integration of zabbix server and web front-end. |
65 |
ZAbbix is an entreprise-class open source distributed monitoring |
Zabbix is an entreprise-class open source distributed monitoring |
66 |
solution |
solution |
67 |
|
|
68 |
%changelog |
%changelog |
69 |
|
* Tue Nov 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-29.sme |
70 |
|
- set random password to Admin i fuser exists and password is zabbix [SME: 11749] |
71 |
|
|
72 |
|
* Mon Nov 08 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-28.sme |
73 |
|
- add check cert scripts and telegram [SME: 10802] |
74 |
|
no template provided to use with |
75 |
|
|
76 |
* Sun Nov 07 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-27.sme |
* Sun Nov 07 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-27.sme |
77 |
- fix init sql, typo and reload deamon [SME: 11232] |
- fix init sql, typo and reload deamon [SME: 11232] |
78 |
|
|
199 |
%patch20 -p1 |
%patch20 -p1 |
200 |
%patch21 -p1 |
%patch21 -p1 |
201 |
%patch22 -p1 |
%patch22 -p1 |
202 |
|
%patch23 -p1 |
203 |
|
%patch24 -p1 |
204 |
|
|
205 |
%build |
%build |
206 |
perl ./createlinks |
perl ./createlinks |
223 |
--dir /var/lib/php/zabbix/tmp 'attr(0770,root,www)' \ |
--dir /var/lib/php/zabbix/tmp 'attr(0770,root,www)' \ |
224 |
--dir /var/lib/php/zabbix/opcache 'attr(0770,root,www)' \ |
--dir /var/lib/php/zabbix/opcache 'attr(0770,root,www)' \ |
225 |
--dir /var/lib/php/zabbix/session 'attr(0770,root,www)' \ |
--dir /var/lib/php/zabbix/session 'attr(0770,root,www)' \ |
226 |
|
|grep -v '.pyc'|grep -v '.pyo' \ |
227 |
> %{name}-%{version}-filelist |
> %{name}-%{version}-filelist |
228 |
|
|
229 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |