/[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.3 by brianr, Tue Dec 8 15:58:14 2020 UTC Revision 1.9 by jpp, Mon Nov 8 03:55:26 2021 UTC
# Line 1  Line 1 
1  # $Id: smeserver-zabbix-server.spec,v 1.2 2020/12/07 15:26:43 brianr Exp $  # $Id: smeserver-zabbix-server.spec,v 1.8 2021/11/07 06:43:25 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 21  %define release 27
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 34  Patch16: smeserver-zabbix-server-0.1-SME Line 34  Patch16: smeserver-zabbix-server-0.1-SME
34  Patch17: smeserver-zabbix-server-0.1-zabbix4.4.6.patch  Patch17: smeserver-zabbix-server-0.1-zabbix4.4.6.patch
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
38    Patch21: smeserver-zabbix-server-0.1-Switch-to-specific-php-fpm.patch
39    Patch22: smeserver-zabbix-server-0.1-bz11232-installSME10.patch
40    
41  BuildArchitectures: noarch  BuildArchitectures: noarch
42  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
# Line 56  ZAbbix is an entreprise-class open sourc Line 59  ZAbbix is an entreprise-class open sourc
59  solution  solution
60    
61  %changelog  %changelog
62    * Sun Nov 07 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-27.sme
63    - fix init sql, typo and reload deamon [SME: 11232]
64    
65    * Sun Nov 07 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-26.sme
66    - fix session and log issue [SME: 11232]
67      fix mysql-init not launched
68    
69    * Mon Nov 01 2021 BogusDateBot
70    - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
71      by assuming the date is correct and changing the weekday.
72      Tue Mar 02 2009 --> Tue Feb 24 2009 or Mon Mar 02 2009 or Tue Mar 03 2009 or ....
73      Wed Feb 07 2016 --> Wed Feb 03 2016 or Sun Feb 07 2016 or Wed Feb 10 2016 or ....
74    
75    * Mon Nov 01 2021 Brian Read <brianr@bjsystems.co.uk> 0.1-25.sme
76    - Switch-to-specific-php-fpm [SME: 11232]
77    
78    * Mon Nov 01 2021 Brian Read <brianr@bjsystems.co.uk> 0.1-24.sme
79    - Remove post and postun command in spec file [SME: 11232]
80    
81    * Thu Dec 10 2020 Brian Read <brianr@bjsystems.co.uk> 0.1-23.sme
82    - Add in post instructions to spec for SQL db creation [SME: 11232]
83    
84    * Tue Dec 08 2020 Brian Read <brianr@bjsystems.co.uk> 0.1-22.sme
85    - Add expand zabbix-server.conf and .user.ini to creatlinks update event [SME:11232]
86    
87  * Tue Dec 08 2020 Brian Read <brianr@bjsystems.co.uk> 0.1-21.sme  * Tue Dec 08 2020 Brian Read <brianr@bjsystems.co.uk> 0.1-21.sme
88  - Template-user-dot-ini-and-override-service-file-change-pid-in-conf-file [SME: 11232]  - Template-user-dot-ini-and-override-service-file-change-pid-in-conf-file [SME: 11232]
89    
# Line 81  solution Line 109  solution
109  - fix php requirement  - fix php requirement
110  - fix add path to new db  - fix add path to new db
111    
112  * 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
113      Wed Feb 07 2016 --> Wed Feb 03 2016 or Sun Feb 07 2016 or Wed Feb 10 2016 or ....
114  - New roll for sme9  - New roll for sme9
115    
116  * 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 153  solution Line 182  solution
182  %patch17 -p1  %patch17 -p1
183  %patch18 -p1  %patch18 -p1
184  %patch19 -p1  %patch19 -p1
185    %patch20 -p1
186    %patch21 -p1
187    %patch22 -p1
188    
189  %build  %build
190  perl ./createlinks  perl ./createlinks
191  %{__mkdir_p} root/var/lib/zabbix/tmp  %{__mkdir_p} root/var/lib/zabbix/tmp
192    #%{__mkdir_p} root/var/log/zabbix - conflict with zabbix-server-mysql
193    %{__mkdir_p} root/var/log/php/zabbix
194    %{__mkdir_p} root/var/lib/php/zabbix/{tmp,wsdlcache,opcache,session}
195    
196    
197  %install  %install
198  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
# Line 165  rm -f %{name}-%{version}-filelist Line 201  rm -f %{name}-%{version}-filelist
201  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
202          --file /var/lib/zabbix/bin/fping 'attr(0750,root,zabbix)' \          --file /var/lib/zabbix/bin/fping 'attr(0750,root,zabbix)' \
203          --file /var/lib/zabbix/bin/fping6 'attr(0750,root,zabbix)' \          --file /var/lib/zabbix/bin/fping6 'attr(0750,root,zabbix)' \
204          --dir /var/lib/zabbix/tmp 'attr(0755,zabbix,zabbix)' \          --dir /var/lib/zabbix/tmp 'attr(0750,zabbix,zabbix)' \
205            --dir /var/log/php/zabbix  'attr(0770,www,www)' \
206            --dir /var/lib/php/zabbix  'attr(0755,root,www)' \
207            --dir /var/lib/php/zabbix/tmp 'attr(0770,root,www)' \
208            --dir /var/lib/php/zabbix/opcache 'attr(0770,root,www)' \
209            --dir /var/lib/php/zabbix/session 'attr(0770,root,www)' \
210          > %{name}-%{version}-filelist          > %{name}-%{version}-filelist
211    
212  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist
# Line 174  rm -f %{name}-%{version}-filelist Line 215  rm -f %{name}-%{version}-filelist
215  %clean  %clean
216  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
217    
218    %post
219    #/sbin/e-smith/expand-template /etc/e-smith/sql/init/80zabbix-server
220    #/etc/rc.d/init.d/mysql.init start
221    
222  %postun  %postun
223  #uninstall  #uninstall
224  if [ $1 = 0 ] ; then  #if [ $1 = 0 ] ; then
225   /sbin/e-smith/db configuration setprop zabbix-server status disabled  # /sbin/e-smith/db configuration setprop zabbix-server status disabled
226   /etc/init.d/zabbix-server stop  # /etc/init.d/zabbix-server stop
227   /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf  # /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
228   /usr/bin/sv h /service/httpd-e-smith  # /usr/bin/sv h /service/httpd-e-smith
229  fi  #fi
230    
231  true  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