/[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.4 by brianr, Tue Dec 8 16:29:28 2020 UTC Revision 1.19 by jpp, Sun Dec 11 03:04:05 2022 UTC
# Line 1  Line 1 
1  # $Id: smeserver-zabbix-server.spec,v 1.3 2020/12/08 15:58:14 brianr Exp $  # $Id: smeserver-zabbix-server.spec,v 1.18 2022/12/11 01:45:54 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 22  %define release 31
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 35  Patch17: smeserver-zabbix-server-0.1-zab Line 35  Patch17: smeserver-zabbix-server-0.1-zab
35  Patch18: smeserver-zabbix-server-0.1-Update-httpd-createlinks-and-adduser.ini.patch  Patch18: smeserver-zabbix-server-0.1-Update-httpd-createlinks-and-adduser.ini.patch
36  Patch19: smeserver-zabbix-server-0.1-Template-user-dot-ini-and-override-service-file-change-pid-in-conf-file.patch  Patch19: smeserver-zabbix-server-0.1-Template-user-dot-ini-and-override-service-file-change-pid-in-conf-file.patch
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
39    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    Patch26: smeserver-zabbix-server-0.1-bz12031-backup.patch
44    Patch27: smeserver-zabbix-server-0.1-z50.patch
45    
46  BuildArchitectures: noarch  BuildArchitectures: noarch
47  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
48  BuildRoot: /var/tmp/%{name}-%{version}  BuildRoot: /var/tmp/%{name}-%{version}
49  Requires: e-smith-release >= 9.0  Requires: e-smith-release >= 10.0
50    Requires: e-smith-apache >= 2.6.0-19
51    Requires: smeserver-php >= 3.0.0-43
52  Requires: fping  Requires: fping
 Obsoletes: zabbix-server  
53  Requires: zabbix-server-mysql >= 4.4.6  Requires: zabbix-server-mysql >= 4.4.6
54  Requires: zabbix-web-mysql >= 4.4.6  Requires: zabbix-web-mysql >= 4.4.6
55  Requires: zabbix-web >= 4.4.6  Requires: zabbix-web >= 4.4.6
56  Requires: sendxmpp  Requires: sendxmpp
 Conflicts: smeserver-zabbix-proxy  
57  Requires: smeserver-remoteuseraccess  Requires: smeserver-remoteuseraccess
58  #Requires: smeserver-php-scl  Requires: smeserver-mariadb105
59    # for telegram bot
60    Requires: python2-pysocks python-requests python2-requests-oauthlib
61    Obsoletes: zabbix-server
62    Conflicts: smeserver-zabbix-proxy
63  AutoReqProv: no  AutoReqProv: no
64    
65  %description  %description
66  smserver integration of zabbix server and web front-end.  smserver integration of zabbix server and web front-end.
67  ZAbbix is an entreprise-class open source distributed monitoring  Zabbix is an entreprise-class open source distributed monitoring
68    solution
69    
70    %package z50
71    %define provscl 5.0.30-1.el7
72    #5.0.30-1
73    Summary: SME Server integration of zabbix server 5.0 and web front-end using Remi SCLO
74    Group:    Applications/Internet
75    #common
76    BuildArchitectures: noarch
77    BuildRequires: e-smith-devtools
78    Requires: e-smith-release >= 10.0
79    Requires: e-smith-apache >= 2.6.0-19
80    Requires: smeserver-php >= 3.0.0-43
81    Requires: fping
82    Requires: zabbix-server-mysql >= 5.0.0
83    #Requires: zabbix-web-mysql-scl >= 5.0.0
84    #Requires: zabbix-web >= 5.0.0
85    Requires: sendxmpp
86    Requires: smeserver-remoteuseraccess
87    Requires: smeserver-mariadb105
88    # specific
89    #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
90    Provides: zabbix-web-database-scl-php74 = %{provscl}
91    Provides: zabbix-web-deps-scl =  %{provscl}
92    Provides: zabbix-web-deps-scl-php73 = %{provscl}
93    Requires: zabbix-web = %{provscl}
94    Requires: php74-php-mysqlnd  php74 php74-php-gd php74-php-bcmath php74-php-mbstring php74-php-xml php74-php-ldap php74-php-fpm php74-php-mysqlnd
95    
96    %description z50
97    SME Server integration of zabbix server 5.0 and web front-end using Remi SCLO.
98    Zabbix is an entreprise-class open source distributed monitoring
99  solution  solution
100    
101  %changelog  %changelog
102    * Sat Dec 10 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-31.sme
103    - original package build for Zabbix 5.0 using Remi SCLO [SME: ]
104    
105    * Mon Aug 01 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-30.sme
106    - update to httpd 2.4 access syntax [SME: 12068]
107      thanks to Vasarhelyi Zsolt
108    - add to core backup [SME: 12031]
109      non rpm owned files in /etc/zabbix, /etc/zabbix/zabbix_agentd.conf.d/
110      and /var/lib/zabbix/bin/
111    
112    * Tue Nov 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-29.sme
113    - set random password to Admin i fuser exists and password is zabbix [SME: 11749]
114    
115    * Mon Nov 08 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-28.sme
116    - add check cert scripts and telegram [SME: 10802]
117      no template provided to use with
118    
119    * Sun Nov 07 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-27.sme
120    - fix init sql, typo and reload deamon [SME: 11232]
121    
122    * Sun Nov 07 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-26.sme
123    - fix session and log issue [SME: 11232]
124      fix mysql-init not launched
125    
126    * Mon Nov 01 2021 BogusDateBot
127    - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
128      by assuming the date is correct and changing the weekday.
129      Tue Mar 02 2009 --> Tue Feb 24 2009 or Mon Mar 02 2009 or Tue Mar 03 2009 or ....
130      Wed Feb 07 2016 --> Wed Feb 03 2016 or Sun Feb 07 2016 or Wed Feb 10 2016 or ....
131    
132    * Mon Nov 01 2021 Brian Read <brianr@bjsystems.co.uk> 0.1-25.sme
133    - Switch-to-specific-php-fpm [SME: 11232]
134    
135    * Mon Nov 01 2021 Brian Read <brianr@bjsystems.co.uk> 0.1-24.sme
136    - Remove post and postun command in spec file [SME: 11232]
137    
138    * Thu Dec 10 2020 Brian Read <brianr@bjsystems.co.uk> 0.1-23.sme
139    - Add in post instructions to spec for SQL db creation [SME: 11232]
140    
141  * Tue Dec 08 2020 Brian Read <brianr@bjsystems.co.uk> 0.1-22.sme  * Tue Dec 08 2020 Brian Read <brianr@bjsystems.co.uk> 0.1-22.sme
142  - Add expand zabbix-server.conf and .user.ini to creatlinks update event [SME:11232]  - Add expand zabbix-server.conf and .user.ini to creatlinks update event [SME:11232]
143    
# Line 85  solution Line 166  solution
166  - fix php requirement  - fix php requirement
167  - fix add path to new db  - fix add path to new db
168    
169  * Wed Feb 7 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 0.1-14.sme  * Sun Feb 07 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 0.1-14.sme
170      Wed Feb 07 2016 --> Wed Feb 03 2016 or Sun Feb 07 2016 or Wed Feb 10 2016 or ....
171  - New roll for sme9  - New roll for sme9
172    
173  * Mon Apr 29 2013 Daniel B. <daniel@firewall-services.com> 0.1-13  * Mon Apr 29 2013 Daniel B. <daniel@firewall-services.com> 0.1-13
# Line 97  solution Line 179  solution
179  * Wed Dec 2 2009 Daniel B. <daniel@firewall-services.com> 0.1-11  * Wed Dec 2 2009 Daniel B. <daniel@firewall-services.com> 0.1-11
180  - Support several mysql DB patches  - Support several mysql DB patches
181    
182  * Tue Mar 02 2009 Daniel B. <daniel@firewall-services.com> 0.1-10  * Tue Mar 03 2009 Daniel B. <daniel@firewall-services.com> 0.1-10
183  - Add smeserver-remoteuseraccess as a dependencie (sudoers template problem)  - Add smeserver-remoteuseraccess as a dependencie (sudoers template problem)
184    
185  * Mon Mar 02 2009 Daniel B. <daniel@firewall-services.com> 0.1-9  * Mon Mar 02 2009 Daniel B. <daniel@firewall-services.com> 0.1-9
# Line 158  solution Line 240  solution
240  %patch18 -p1  %patch18 -p1
241  %patch19 -p1  %patch19 -p1
242  %patch20 -p1  %patch20 -p1
243    %patch21 -p1
244    %patch22 -p1
245    %patch23 -p1
246    %patch24 -p1
247    %patch25 -p1
248    %patch26 -p1
249    %patch27 -p1
250    
251  %build  %build
252  perl ./createlinks  perl ./createlinks
253  %{__mkdir_p} root/var/lib/zabbix/tmp  %{__mkdir_p} root/var/lib/zabbix/tmp
254    #%{__mkdir_p} root/var/log/zabbix - conflict with zabbix-server-mysql
255    %{__mkdir_p} root/var/log/php/zabbix
256    %{__mkdir_p} root/var/lib/php/zabbix/{tmp,wsdlcache,opcache,session}
257    
258    
259  %install  %install
260  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
# Line 170  rm -f %{name}-%{version}-filelist Line 263  rm -f %{name}-%{version}-filelist
263  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
264          --file /var/lib/zabbix/bin/fping 'attr(0750,root,zabbix)' \          --file /var/lib/zabbix/bin/fping 'attr(0750,root,zabbix)' \
265          --file /var/lib/zabbix/bin/fping6 'attr(0750,root,zabbix)' \          --file /var/lib/zabbix/bin/fping6 'attr(0750,root,zabbix)' \
266          --dir /var/lib/zabbix/tmp 'attr(0755,zabbix,zabbix)' \          --dir /var/lib/zabbix/tmp 'attr(0750,zabbix,zabbix)' \
267            --dir /var/log/php/zabbix  'attr(0770,www,www)' \
268            --dir /var/lib/php/zabbix  'attr(0755,root,www)' \
269            --dir /var/lib/php/zabbix/tmp 'attr(0770,root,www)' \
270            --dir /var/lib/php/zabbix/opcache 'attr(0770,root,www)' \
271            --dir /var/lib/php/zabbix/session 'attr(0770,root,www)' \
272            |grep -v '.pyc'|grep -v '.pyo' \
273          > %{name}-%{version}-filelist          > %{name}-%{version}-filelist
274    
275  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist
276  %defattr(-,root,root)  %defattr(-,root,root)
277    
278    %files z50 -f %{name}-%{version}-filelist
279    %defattr(-,root,root)
280    
281  %clean  %clean
282  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
283    
284    %post
285    
286  %postun  %postun
 #uninstall  
 if [ $1 = 0 ] ; then  
  /sbin/e-smith/db configuration setprop zabbix-server status disabled  
  /etc/init.d/zabbix-server stop  
  /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf  
  /usr/bin/sv h /service/httpd-e-smith  
 fi  
287    
 true  


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