/[smecontribs]/rpms/smeserver-zabbix-server/contribs10/smeserver-zabbix-server.spec
ViewVC logotype

Diff of /rpms/smeserver-zabbix-server/contribs10/smeserver-zabbix-server.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.8 by jpp, Sun Nov 7 06:43:25 2021 UTC Revision 1.12 by jpp, Mon Aug 1 18:17:19 2022 UTC
# Line 1  Line 1 
1  # $Id: smeserver-zabbix-server.spec,v 1.7 2021/11/05 11:11:27 brianr Exp $  # $Id: smeserver-zabbix-server.spec,v 1.11 2021/11/09 05:20:13 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 26  %define release 30
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}
# Line 37  Patch19: smeserver-zabbix-server-0.1-Tem Line 37  Patch19: smeserver-zabbix-server-0.1-Tem
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    Patch25: smeserver-zabbix-server-0.1-bz12068-httpd24.patch
43    
44  BuildArchitectures: noarch  BuildArchitectures: noarch
45  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
# Line 52  Conflicts: smeserver-zabbix-proxy Line 55  Conflicts: smeserver-zabbix-proxy
55  Requires: smeserver-remoteuseraccess  Requires: smeserver-remoteuseraccess
56  #Requires: smeserver-php-scl  #Requires: smeserver-php-scl
57  AutoReqProv: no  AutoReqProv: no
58    # for telegram bot
59    Requires: python2-pysocks python-requests python2-requests-oauthlib
60    #for zabbix=>50
61    #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
62    #
63    
64  %description  %description
65  smserver integration of zabbix server and web front-end.  smserver integration of zabbix server and web front-end.
66  ZAbbix is an entreprise-class open source distributed monitoring  Zabbix is an entreprise-class open source distributed monitoring
67  solution  solution
68    
69  %changelog  %changelog
70    * Mon Aug 01 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-30.sme
71    - update to httpd 2.4 access syntax [SME: 12068]
72      thanks to Vasarhelyi Zsolt
73    
74    * Tue Nov 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-29.sme
75    - set random password to Admin i fuser exists and password is zabbix [SME: 11749]
76    
77    * Mon Nov 08 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-28.sme
78    - add check cert scripts and telegram [SME: 10802]
79      no template provided to use with
80    
81    * Sun Nov 07 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-27.sme
82    - fix init sql, typo and reload deamon [SME: 11232]
83    
84  * Sun Nov 07 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-26.sme  * Sun Nov 07 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-26.sme
85  - fix session and log issue [SME: 11232]  - fix session and log issue [SME: 11232]
86    fix mysql-init not launched    fix mysql-init not launched
# Line 182  solution Line 204  solution
204  %patch20 -p1  %patch20 -p1
205  %patch21 -p1  %patch21 -p1
206  %patch22 -p1  %patch22 -p1
207    %patch23 -p1
208    %patch24 -p1
209    %patch25 -p1
210    
211  %build  %build
212  perl ./createlinks  perl ./createlinks
# Line 204  rm -f %{name}-%{version}-filelist Line 229  rm -f %{name}-%{version}-filelist
229          --dir /var/lib/php/zabbix/tmp 'attr(0770,root,www)' \          --dir /var/lib/php/zabbix/tmp 'attr(0770,root,www)' \
230          --dir /var/lib/php/zabbix/opcache 'attr(0770,root,www)' \          --dir /var/lib/php/zabbix/opcache 'attr(0770,root,www)' \
231          --dir /var/lib/php/zabbix/session 'attr(0770,root,www)' \          --dir /var/lib/php/zabbix/session 'attr(0770,root,www)' \
232            |grep -v '.pyc'|grep -v '.pyo' \
233          > %{name}-%{version}-filelist          > %{name}-%{version}-filelist
234    
235  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed