1 |
Summary: sme server integration of zabbix agent |
Summary: sme server integration of zabbix agent |
2 |
Name: smeserver-zabbix-agent |
Name: smeserver-zabbix-agent |
3 |
Version: 0.4.8 |
Version: 0.4.8 |
4 |
Release: 1%{?dist} |
Release: 3%{?dist} |
5 |
License: GNU GPL version 2 |
License: GNU GPL version 2 |
6 |
URL: http://www.zabbix.com/ |
URL: http://www.zabbix.com/ |
7 |
Group: SMEserver/addon |
Group: SMEserver/addon |
8 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
9 |
|
Patch0: smeserver-zabbix-agent-0.4.8-bz11515-sme10.patch |
10 |
|
Patch1: smeserver-zabbix-agent-0.4.8-bz12032-backup.patch |
11 |
|
|
12 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
13 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
29 |
solution |
solution |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Mon Aug 01 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.4.8-3.sme |
33 |
|
- add to core backup [SME: 12032] |
34 |
|
|
35 |
|
* Thu Apr 01 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.4.8-2.sme |
36 |
|
- initial SME10 import [SME: 11515] |
37 |
|
drop in for systemd service file |
38 |
|
update event created for automatic install |
39 |
|
remove ownership of /var/lib/zabbix/bin |
40 |
|
|
41 |
* Fri May 29 2020 Daniel Berteaud <daniel@firewall-services.com> 0.4.8-1 |
* Fri May 29 2020 Daniel Berteaud <daniel@firewall-services.com> 0.4.8-1 |
42 |
- Adapt regex to match queued emails when spam filtering is disabled |
- Adapt regex to match queued emails when spam filtering is disabled |
43 |
(daniel@firewall-services.com) |
(daniel@firewall-services.com) |
311 |
|
|
312 |
%prep |
%prep |
313 |
%setup |
%setup |
314 |
|
%patch0 -p1 |
315 |
|
rm -rf .tito |
316 |
|
%patch1 -p1 |
317 |
|
|
318 |
%build |
%build |
319 |
%{__mkdir_p} root/var/lib/zabbix/tmp |
%{__mkdir_p} root/var/lib/zabbix/tmp |
335 |
--file /var/lib/zabbix/bin/disco_certs_sudo 'attr(0750,root,zabbix)' \ |
--file /var/lib/zabbix/bin/disco_certs_sudo 'attr(0750,root,zabbix)' \ |
336 |
--file /var/lib/zabbix/bin/check_certs_sudo 'attr(0750,root,zabbix)' \ |
--file /var/lib/zabbix/bin/check_certs_sudo 'attr(0750,root,zabbix)' \ |
337 |
--dir /var/lib/zabbix/tmp 'attr(0750,zabbix,zabbix)' \ |
--dir /var/lib/zabbix/tmp 'attr(0750,zabbix,zabbix)' \ |
338 |
|
| grep -P -v '^%dir %attr\(0755,root,root\) /var/lib' \ |
339 |
> %{name}-%{version}-filelist |
> %{name}-%{version}-filelist |
340 |
|
cat %{name}-%{version}-filelist |
341 |
%clean |
%clean |
342 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
343 |
|
|