/[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.11 by jpp, Tue Nov 9 05:20:13 2021 UTC Revision 1.20 by jpp, Sun Dec 11 07:12:36 2022 UTC
# Line 1  Line 1 
1  # $Id: smeserver-zabbix-server.spec,v 1.10 2021/11/09 04:28:18 jpp Exp $  # $Id: smeserver-zabbix-server.spec,v 1.19 2022/12/11 03:04:05 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 29  %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 39  Patch21: smeserver-zabbix-server-0.1-Swi Line 39  Patch21: smeserver-zabbix-server-0.1-Swi
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  Patch23: smeserver-zabbix-server-0.1-bz10802-checkcert-telegram.patch
41  Patch24: smeserver-zabbix-server-0.1-bz11749-adminpass.patch  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
 AutoReqProv: no  
59  # for telegram bot  # for telegram bot
60  Requires: python2-pysocks python-requests python2-requests-oauthlib  Requires: python2-pysocks python-requests python2-requests-oauthlib
61  #for zabbix=>50  Obsoletes: zabbix-server
62  #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  Conflicts: smeserver-zabbix-proxy
63  #  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  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  %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: 11748]
104      support for LTS 5.0 EOL May 31, 2025
105      needs mariadb105.
106      manual migration from mariadb55 to mariadb105 needed for existing installs
107    
108    * Mon Aug 01 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-30.sme
109    - update to httpd 2.4 access syntax [SME: 12068]
110      thanks to Vasarhelyi Zsolt
111    - add to core backup [SME: 12031]
112      non rpm owned files in /etc/zabbix, /etc/zabbix/zabbix_agentd.conf.d/
113      and /var/lib/zabbix/bin/
114    
115  * Tue Nov 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-29.sme  * Tue Nov 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-29.sme
116  - set random password to Admin i fuser exists and password is zabbix [SME: 11749]  - set random password to Admin i fuser exists and password is zabbix [SME: 11749]
117    
# Line 136  solution Line 182  solution
182  * 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
183  - Support several mysql DB patches  - Support several mysql DB patches
184    
185  * 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
186  - Add smeserver-remoteuseraccess as a dependencie (sudoers template problem)  - Add smeserver-remoteuseraccess as a dependencie (sudoers template problem)
187    
188  * 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 201  solution Line 247  solution
247  %patch22 -p1  %patch22 -p1
248  %patch23 -p1  %patch23 -p1
249  %patch24 -p1  %patch24 -p1
250    %patch25 -p1
251    %patch26 -p1
252    %patch27 -p1
253    
254  %build  %build
255  perl ./createlinks  perl ./createlinks
# Line 229  rm -f %{name}-%{version}-filelist Line 278  rm -f %{name}-%{version}-filelist
278  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist
279  %defattr(-,root,root)  %defattr(-,root,root)
280    
281    %files z50 -f %{name}-%{version}-filelist
282    %defattr(-,root,root)
283    
284  %clean  %clean
285  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
286    
287  %post  %post
 #/sbin/e-smith/expand-template /etc/e-smith/sql/init/80zabbix-server  
 #/etc/rc.d/init.d/mysql.init start  
288    
289  %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  
290    
 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