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

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

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


Revision 1.18 - (show annotations) (download)
Sun Dec 11 01:45:54 2022 UTC (17 months, 4 weeks ago) by jpp
Branch: MAIN
Changes since 1.17: +10 -16 lines
* Sat Dec 10 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-31.sme
- original package build for Zabbix 5.0 using Remi SCLO [SME: ]

1 # $Id: smeserver-zabbix-server.spec,v 1.17 2022/12/10 20:45:27 jpp Exp $
2 # Authority: vip-ire
3 # Name: Daniel Berteaud
4
5 %define name smeserver-zabbix-server
6 %define version 0.1
7 %define release 31
8 Summary: sme server integration of zabbix server and web front-end
9 Name: %{name}
10 Version: %{version}
11 Release: %{release}%{?dist}
12 License: GNU GPL version 2
13 URL: http://www.zabbix.com/
14 Group: SMEserver/addon
15 Source: %{name}-%{version}.tar.gz
16
17 Patch0: smeserver-zabbix-server-0.1-sendxmpp_template.patch
18 Patch1: smeserver-zabbix-server-0.1-sendxmpp_shell_script_header.patch
19 Patch2: smeserver-zabbix-server-0.1-disable_web_access.patch
20 Patch3: smeserver-zabbix-server-0.1-mysql_db_pass.patch
21 Patch4: smeserver-zabbix-server-0.1-script_and_tmp_location.patch
22 Patch5: smeserver-zabbix-server-0.1-event_zabbix-server-update.patch
23 Patch6: smeserver-zabbix-server-0.1-enable_db_cache.patch
24 Patch7: smeserver-zabbix-server-0.1-adjust_masq.patch
25 Patch8: smeserver-zabbix-server-0.1-sendxmpprc.patch
26 Patch9: smeserver-zabbix-server-0.1-sendxmpprc_template_fix.patch
27 Patch10: smeserver-zabbix-server-0.1-path2sendxmpprc.patch
28 Patch11: smeserver-zabbix-server-0.1-multiple_dbpatches.patch
29 Patch12: smeserver-zabbix-server-0.1-use_global_tz.patch
30 Patch13: smeserver-zabbix-server-0.1-php_mem_limit.patch
31 Patch14: smeserver-zabbix-server-0.1-sme9db.patch
32 Patch15: smeserver-zabbix-server-0.1-sme9zabb3.2.4.patch
33 Patch16: smeserver-zabbix-server-0.1-SME10458-SenderFrequency.deprecated.patch
34 Patch17: smeserver-zabbix-server-0.1-zabbix4.4.6.patch
35 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
37 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
47 BuildRequires: e-smith-devtools
48 BuildRoot: /var/tmp/%{name}-%{version}
49 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
53 Requires: zabbix-server-mysql >= 4.4.6
54 Requires: zabbix-web-mysql >= 4.4.6
55 Requires: zabbix-web >= 4.4.6
56 Requires: sendxmpp
57 Requires: smeserver-remoteuseraccess
58 # for telegram bot
59 Requires: python2-pysocks python-requests python2-requests-oauthlib
60 Obsoletes: zabbix-server
61 Conflicts: smeserver-zabbix-proxy
62 AutoReqProv: no
63
64 %description
65 smserver integration of zabbix server and web front-end.
66 Zabbix is an entreprise-class open source distributed monitoring
67 solution
68
69 %package z50
70 %define provscl 5.0.30-1.el7
71 #5.0.30-1
72 Summary: SME Server integration of zabbix server 5.0 and web front-end using Remi SCLO
73 Group: Applications/Internet
74 #common
75 BuildArchitectures: noarch
76 BuildRequires: e-smith-devtools
77 Requires: e-smith-release >= 10.0
78 Requires: e-smith-apache >= 2.6.0-19
79 Requires: smeserver-php >= 3.0.0-43
80 Requires: fping
81 Requires: zabbix-server-mysql >= 5.0.0
82 #Requires: zabbix-web-mysql-scl >= 5.0.0
83 #Requires: zabbix-web >= 5.0.0
84 Requires: sendxmpp
85 Requires: smeserver-remoteuseraccess
86 # specific
87 #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
88 Provides: zabbix-web-database-scl-php74 = %{provscl}
89 Provides: zabbix-web-deps-scl = %{provscl}
90 Provides: zabbix-web-deps-scl-php73 = %{provscl}
91 Requires: zabbix-web = %{provscl}
92 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
93
94 %description z50
95 SME Server integration of zabbix server 5.0 and web front-end using Remi SCLO.
96 Zabbix is an entreprise-class open source distributed monitoring
97 solution
98
99 %changelog
100 * Sat Dec 10 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-31.sme
101 - original package build for Zabbix 5.0 using Remi SCLO [SME: ]
102
103 * Mon Aug 01 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-30.sme
104 - update to httpd 2.4 access syntax [SME: 12068]
105 thanks to Vasarhelyi Zsolt
106 - add to core backup [SME: 12031]
107 non rpm owned files in /etc/zabbix, /etc/zabbix/zabbix_agentd.conf.d/
108 and /var/lib/zabbix/bin/
109
110 * Tue Nov 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-29.sme
111 - set random password to Admin i fuser exists and password is zabbix [SME: 11749]
112
113 * Mon Nov 08 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-28.sme
114 - add check cert scripts and telegram [SME: 10802]
115 no template provided to use with
116
117 * Sun Nov 07 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-27.sme
118 - fix init sql, typo and reload deamon [SME: 11232]
119
120 * Sun Nov 07 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-26.sme
121 - fix session and log issue [SME: 11232]
122 fix mysql-init not launched
123
124 * Mon Nov 01 2021 BogusDateBot
125 - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
126 by assuming the date is correct and changing the weekday.
127 Tue Mar 02 2009 --> Tue Feb 24 2009 or Mon Mar 02 2009 or Tue Mar 03 2009 or ....
128 Wed Feb 07 2016 --> Wed Feb 03 2016 or Sun Feb 07 2016 or Wed Feb 10 2016 or ....
129
130 * Mon Nov 01 2021 Brian Read <brianr@bjsystems.co.uk> 0.1-25.sme
131 - Switch-to-specific-php-fpm [SME: 11232]
132
133 * Mon Nov 01 2021 Brian Read <brianr@bjsystems.co.uk> 0.1-24.sme
134 - Remove post and postun command in spec file [SME: 11232]
135
136 * Thu Dec 10 2020 Brian Read <brianr@bjsystems.co.uk> 0.1-23.sme
137 - Add in post instructions to spec for SQL db creation [SME: 11232]
138
139 * Tue Dec 08 2020 Brian Read <brianr@bjsystems.co.uk> 0.1-22.sme
140 - Add expand zabbix-server.conf and .user.ini to creatlinks update event [SME:11232]
141
142 * Tue Dec 08 2020 Brian Read <brianr@bjsystems.co.uk> 0.1-21.sme
143 - Template-user-dot-ini-and-override-service-file-change-pid-in-conf-file [SME: 11232]
144
145 * Mon Dec 07 2020 Brian Read <brianr@bjsystems.co.uk> 0.1-20.sme
146 - Import to SME10 tree [SME: 11232]
147 - Update createlinks for systemd
148 - Update httpd.conf for php-fpw
149 - Add .user.ini for php-admin-flags that where in httpd.conf
150
151 * Sun May 10 2020 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-19.sme
152 - adapt for zabbix 4.4.6 [SME: 10944]
153
154 * Thu Sep 05 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-17.sme
155 - remove deprecated option preventing from starting service [SME: 10458]
156
157 * Wed Mar 29 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-16.sme
158 - fix sql init not finding default sql dump to import [SME: 9569]
159 - NodeID support droped as per zabbix 2.4.0 and higher
160 - requires smeserver-php-scl as Zabbix-server 3.2.4 requires php 5.4 or higher
161
162 * Mon Jun 13 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-15.sme
163 - finitial import [SME: 9569]
164 - fix php requirement
165 - fix add path to new db
166
167 * Sun Feb 07 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 0.1-14.sme
168 Wed Feb 07 2016 --> Wed Feb 03 2016 or Sun Feb 07 2016 or Wed Feb 10 2016 or ....
169 - New roll for sme9
170
171 * Mon Apr 29 2013 Daniel B. <daniel@firewall-services.com> 0.1-13
172 - Increase PHP mem limit to 128M
173
174 * Mon Mar 8 2010 Daniel B. <daniel@firewall-services.com> 0.1-12
175 - Use global TimeZone
176
177 * Wed Dec 2 2009 Daniel B. <daniel@firewall-services.com> 0.1-11
178 - Support several mysql DB patches
179
180 * Tue Mar 03 2009 Daniel B. <daniel@firewall-services.com> 0.1-10
181 - Add smeserver-remoteuseraccess as a dependencie (sudoers template problem)
182
183 * Mon Mar 02 2009 Daniel B. <daniel@firewall-services.com> 0.1-9
184 - specify path to .sendxmpprc file in the script sendxmpp
185
186 * Mon Mar 02 2009 Daniel B. <daniel@firewall-services.com> 0.1-8
187 - move .sendxmpprc template to the correct directory
188
189 * Mon Mar 02 2009 Daniel B. <daniel@firewall-services.com> 0.1-7
190 - Move jabber account informations to xmpprc
191
192 * Mon Mar 02 2009 Daniel B. <daniel@firewall-services.com> 0.1-6
193 - Adjust service masq during zabbix-server-update event
194 - Enable DB cache module with StartDBSyncers directive
195
196 * Sun Mar 01 2009 Daniel B. <daniel@firewall-services.com> 0.1-5
197 - Fix permissions on /var/lib/zabbix/tmp
198
199 * Tue Feb 17 2009 Daniel B. <daniel@firewall-services.com> 0.1-4
200 - rename event zabbix-update to zabbix-server-update
201
202 * Wed Feb 11 2009 Daniel B. <daniel@firewall-services.com> 0.1-3
203 - disable web access (usefull for distributed monitoring)
204 - Use stronger password for mysql database
205 - Use /var/lib/zabbix/bin as default location for scripts
206 - Use /var/lib/zabbix/tmp for temp dir
207
208 * Fri Feb 06 2009 Daniel B. <daniel@firewall-services.com> 0.1-2
209 - Link template-begin-shell to template-begin for sendxmpp script
210
211 * Fri Feb 06 2009 Daniel B. <daniel@firewall-services.com> 0.1-1
212 - templatize sendxmpp as zabbix user doesn't have access to SME db
213 - Add JabberTLS option in the db
214
215 * Mon Feb 02 2009 Daniel B. <daniel@firewall-services.com> 0.1-0
216 - initial release
217
218 %prep
219 %setup
220 %patch0 -p1
221 %patch1 -p1
222 %patch2 -p1
223 %patch3 -p1
224 %patch4 -p1
225 %patch5 -p1
226 %patch6 -p1
227 %patch7 -p1
228 %patch8 -p1
229 %patch9 -p1
230 %patch10 -p1
231 %patch11 -p1
232 %patch12 -p1
233 %patch13 -p1
234 %patch14 -p1
235 %patch15 -p1
236 %patch16 -p1
237 %patch17 -p1
238 %patch18 -p1
239 %patch19 -p1
240 %patch20 -p1
241 %patch21 -p1
242 %patch22 -p1
243 %patch23 -p1
244 %patch24 -p1
245 %patch25 -p1
246 %patch26 -p1
247 %patch27 -p1
248
249 %build
250 perl ./createlinks
251 %{__mkdir_p} root/var/lib/zabbix/tmp
252 #%{__mkdir_p} root/var/log/zabbix - conflict with zabbix-server-mysql
253 %{__mkdir_p} root/var/log/php/zabbix
254 %{__mkdir_p} root/var/lib/php/zabbix/{tmp,wsdlcache,opcache,session}
255
256
257 %install
258 rm -rf $RPM_BUILD_ROOT
259 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
260 rm -f %{name}-%{version}-filelist
261 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
262 --file /var/lib/zabbix/bin/fping 'attr(0750,root,zabbix)' \
263 --file /var/lib/zabbix/bin/fping6 'attr(0750,root,zabbix)' \
264 --dir /var/lib/zabbix/tmp 'attr(0750,zabbix,zabbix)' \
265 --dir /var/log/php/zabbix 'attr(0770,www,www)' \
266 --dir /var/lib/php/zabbix 'attr(0755,root,www)' \
267 --dir /var/lib/php/zabbix/tmp 'attr(0770,root,www)' \
268 --dir /var/lib/php/zabbix/opcache 'attr(0770,root,www)' \
269 --dir /var/lib/php/zabbix/session 'attr(0770,root,www)' \
270 |grep -v '.pyc'|grep -v '.pyo' \
271 > %{name}-%{version}-filelist
272
273 %files -f %{name}-%{version}-filelist
274 %defattr(-,root,root)
275
276 %files z50 -f %{name}-%{version}-filelist
277 %defattr(-,root,root)
278
279 %clean
280 rm -rf $RPM_BUILD_ROOT
281
282 %post
283
284 %postun
285

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