1 |
# $Id: smeserver-zabbix-server.spec,v 1.6 2021/11/01 14:22:18 brianr Exp $ |
# $Id: smeserver-zabbix-server.spec,v 1.7 2021/11/05 11:11:27 brianr 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 26 |
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} |
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 |
|
|
41 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
42 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
59 |
solution |
solution |
60 |
|
|
61 |
%changelog |
%changelog |
62 |
|
* Sun Nov 07 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1-26.sme |
63 |
|
- fix session and log issue [SME: 11232] |
64 |
|
fix mysql-init not launched |
65 |
|
|
66 |
* Mon Nov 01 2021 BogusDateBot |
* Mon Nov 01 2021 BogusDateBot |
67 |
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
68 |
by assuming the date is correct and changing the weekday. |
by assuming the date is correct and changing the weekday. |
181 |
%patch19 -p1 |
%patch19 -p1 |
182 |
%patch20 -p1 |
%patch20 -p1 |
183 |
%patch21 -p1 |
%patch21 -p1 |
184 |
|
%patch22 -p1 |
185 |
|
|
186 |
%build |
%build |
187 |
perl ./createlinks |
perl ./createlinks |
198 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
199 |
--file /var/lib/zabbix/bin/fping 'attr(0750,root,zabbix)' \ |
--file /var/lib/zabbix/bin/fping 'attr(0750,root,zabbix)' \ |
200 |
--file /var/lib/zabbix/bin/fping6 'attr(0750,root,zabbix)' \ |
--file /var/lib/zabbix/bin/fping6 'attr(0750,root,zabbix)' \ |
201 |
--dir /var/lib/zabbix/tmp 'attr(0755,zabbix,zabbix)' \ |
--dir /var/lib/zabbix/tmp 'attr(0750,zabbix,zabbix)' \ |
202 |
|
--dir /var/log/php/zabbix 'attr(0770,www,www)' \ |
203 |
|
--dir /var/lib/php/zabbix 'attr(0755,root,www)' \ |
204 |
|
--dir /var/lib/php/zabbix/tmp 'attr(0770,root,www)' \ |
205 |
|
--dir /var/lib/php/zabbix/opcache 'attr(0770,root,www)' \ |
206 |
|
--dir /var/lib/php/zabbix/session 'attr(0770,root,www)' \ |
207 |
> %{name}-%{version}-filelist |
> %{name}-%{version}-filelist |
208 |
|
|
209 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |