/[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.7 by brianr, Fri Nov 5 11:11:27 2021 UTC Revision 1.10 by jpp, Tue Nov 9 04:28:18 2021 UTC
# Line 1  Line 1 
1  # $Id: smeserver-zabbix-server.spec,v 1.6 2021/11/01 14:22:18 brianr Exp $  # $Id: smeserver-zabbix-server.spec,v 1.9 2021/11/08 03:55:26 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 25  %define release 28
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 36  Patch18: smeserver-zabbix-server-0.1-Upd Line 36  Patch18: smeserver-zabbix-server-0.1-Upd
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  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  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    
42  BuildArchitectures: noarch  BuildArchitectures: noarch
43  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
# Line 51  Conflicts: smeserver-zabbix-proxy Line 53  Conflicts: smeserver-zabbix-proxy
53  Requires: smeserver-remoteuseraccess  Requires: smeserver-remoteuseraccess
54  #Requires: smeserver-php-scl  #Requires: smeserver-php-scl
55  AutoReqProv: no  AutoReqProv: no
56    # for telegram bot
57    Requires: python2-pysocks python-requests python2-requests-oauthlib
58    #for zabbix=>50
59    #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
60    #
61    
62  %description  %description
63  smserver integration of zabbix server and web front-end.  smserver integration of zabbix server and web front-end.
64  ZAbbix is an entreprise-class open source distributed monitoring  Zabbix is an entreprise-class open source distributed monitoring
65  solution  solution
66    
67  %changelog  %changelog
68    * Mon Nov 08 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-28.sme
69    - add check cert scripts and telegram [SME: 10802]
70      no template provided to use with
71    
72    * Sun Nov 07 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-27.sme
73    - fix init sql, typo and reload deamon [SME: 11232]
74    
75    * Sun Nov 07 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-26.sme
76    - fix session and log issue [SME: 11232]
77      fix mysql-init not launched
78    
79  * Mon Nov 01 2021 BogusDateBot  * Mon Nov 01 2021 BogusDateBot
80  - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,  - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
81    by assuming the date is correct and changing the weekday.    by assuming the date is correct and changing the weekday.
# Line 176  solution Line 194  solution
194  %patch19 -p1  %patch19 -p1
195  %patch20 -p1  %patch20 -p1
196  %patch21 -p1  %patch21 -p1
197    %patch22 -p1
198    %patch23 -p1
199    
200  %build  %build
201  perl ./createlinks  perl ./createlinks
# Line 192  rm -f %{name}-%{version}-filelist Line 212  rm -f %{name}-%{version}-filelist
212  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
213          --file /var/lib/zabbix/bin/fping 'attr(0750,root,zabbix)' \          --file /var/lib/zabbix/bin/fping 'attr(0750,root,zabbix)' \
214          --file /var/lib/zabbix/bin/fping6 'attr(0750,root,zabbix)' \          --file /var/lib/zabbix/bin/fping6 'attr(0750,root,zabbix)' \
215          --dir /var/lib/zabbix/tmp 'attr(0755,zabbix,zabbix)' \          --dir /var/lib/zabbix/tmp 'attr(0750,zabbix,zabbix)' \
216            --dir /var/log/php/zabbix  'attr(0770,www,www)' \
217            --dir /var/lib/php/zabbix  'attr(0755,root,www)' \
218            --dir /var/lib/php/zabbix/tmp 'attr(0770,root,www)' \
219            --dir /var/lib/php/zabbix/opcache 'attr(0770,root,www)' \
220            --dir /var/lib/php/zabbix/session 'attr(0770,root,www)' \
221            |grep -v '.pyc'|grep -v '.pyo' \
222          > %{name}-%{version}-filelist          > %{name}-%{version}-filelist
223    
224  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist


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