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

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

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