/[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.19 - (show annotations) (download)
Sun Dec 11 03:04:05 2022 UTC (17 months, 4 weeks ago) by jpp
Branch: MAIN
Changes since 1.18: +3 -1 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.18 2022/12/11 01:45:54 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 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
64
65 %description
66 smserver integration of zabbix server and web front-end.
67 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
100
101 %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
142 - Add expand zabbix-server.conf and .user.ini to creatlinks update event [SME:11232]
143
144 * Tue Dec 08 2020 Brian Read <brianr@bjsystems.co.uk> 0.1-21.sme
145 - Template-user-dot-ini-and-override-service-file-change-pid-in-conf-file [SME: 11232]
146
147 * Mon Dec 07 2020 Brian Read <brianr@bjsystems.co.uk> 0.1-20.sme
148 - Import to SME10 tree [SME: 11232]
149 - Update createlinks for systemd
150 - Update httpd.conf for php-fpw
151 - Add .user.ini for php-admin-flags that where in httpd.conf
152
153 * Sun May 10 2020 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-19.sme
154 - adapt for zabbix 4.4.6 [SME: 10944]
155
156 * Thu Sep 05 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-17.sme
157 - remove deprecated option preventing from starting service [SME: 10458]
158
159 * Wed Mar 29 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-16.sme
160 - fix sql init not finding default sql dump to import [SME: 9569]
161 - NodeID support droped as per zabbix 2.4.0 and higher
162 - requires smeserver-php-scl as Zabbix-server 3.2.4 requires php 5.4 or higher
163
164 * Mon Jun 13 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-15.sme
165 - finitial import [SME: 9569]
166 - fix php requirement
167 - fix add path to new db
168
169 * 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
172
173 * Mon Apr 29 2013 Daniel B. <daniel@firewall-services.com> 0.1-13
174 - Increase PHP mem limit to 128M
175
176 * Mon Mar 8 2010 Daniel B. <daniel@firewall-services.com> 0.1-12
177 - Use global TimeZone
178
179 * Wed Dec 2 2009 Daniel B. <daniel@firewall-services.com> 0.1-11
180 - Support several mysql DB patches
181
182 * Tue Mar 03 2009 Daniel B. <daniel@firewall-services.com> 0.1-10
183 - Add smeserver-remoteuseraccess as a dependencie (sudoers template problem)
184
185 * Mon Mar 02 2009 Daniel B. <daniel@firewall-services.com> 0.1-9
186 - specify path to .sendxmpprc file in the script sendxmpp
187
188 * Mon Mar 02 2009 Daniel B. <daniel@firewall-services.com> 0.1-8
189 - move .sendxmpprc template to the correct directory
190
191 * Mon Mar 02 2009 Daniel B. <daniel@firewall-services.com> 0.1-7
192 - Move jabber account informations to xmpprc
193
194 * Mon Mar 02 2009 Daniel B. <daniel@firewall-services.com> 0.1-6
195 - Adjust service masq during zabbix-server-update event
196 - Enable DB cache module with StartDBSyncers directive
197
198 * Sun Mar 01 2009 Daniel B. <daniel@firewall-services.com> 0.1-5
199 - Fix permissions on /var/lib/zabbix/tmp
200
201 * Tue Feb 17 2009 Daniel B. <daniel@firewall-services.com> 0.1-4
202 - rename event zabbix-update to zabbix-server-update
203
204 * Wed Feb 11 2009 Daniel B. <daniel@firewall-services.com> 0.1-3
205 - disable web access (usefull for distributed monitoring)
206 - Use stronger password for mysql database
207 - Use /var/lib/zabbix/bin as default location for scripts
208 - Use /var/lib/zabbix/tmp for temp dir
209
210 * Fri Feb 06 2009 Daniel B. <daniel@firewall-services.com> 0.1-2
211 - Link template-begin-shell to template-begin for sendxmpp script
212
213 * Fri Feb 06 2009 Daniel B. <daniel@firewall-services.com> 0.1-1
214 - templatize sendxmpp as zabbix user doesn't have access to SME db
215 - Add JabberTLS option in the db
216
217 * Mon Feb 02 2009 Daniel B. <daniel@firewall-services.com> 0.1-0
218 - initial release
219
220 %prep
221 %setup
222 %patch0 -p1
223 %patch1 -p1
224 %patch2 -p1
225 %patch3 -p1
226 %patch4 -p1
227 %patch5 -p1
228 %patch6 -p1
229 %patch7 -p1
230 %patch8 -p1
231 %patch9 -p1
232 %patch10 -p1
233 %patch11 -p1
234 %patch12 -p1
235 %patch13 -p1
236 %patch14 -p1
237 %patch15 -p1
238 %patch16 -p1
239 %patch17 -p1
240 %patch18 -p1
241 %patch19 -p1
242 %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
252 perl ./createlinks
253 %{__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
260 rm -rf $RPM_BUILD_ROOT
261 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
262 rm -f %{name}-%{version}-filelist
263 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
264 --file /var/lib/zabbix/bin/fping 'attr(0750,root,zabbix)' \
265 --file /var/lib/zabbix/bin/fping6 'attr(0750,root,zabbix)' \
266 --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
274
275 %files -f %{name}-%{version}-filelist
276 %defattr(-,root,root)
277
278 %files z50 -f %{name}-%{version}-filelist
279 %defattr(-,root,root)
280
281 %clean
282 rm -rf $RPM_BUILD_ROOT
283
284 %post
285
286 %postun
287

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