/[smecontribs]/rpms/smeserver-zabbix-agent/contribs10/smeserver-zabbix-agent.spec
ViewVC logotype

Diff of /rpms/smeserver-zabbix-agent/contribs10/smeserver-zabbix-agent.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.2 by jpp, Thu Apr 1 15:12:34 2021 UTC Revision 1.5 by jpp, Mon Aug 1 18:40:03 2022 UTC
# Line 1  Line 1 
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
# Line 27  Zabbix is an entreprise-class open sourc Line 29  Zabbix is an entreprise-class open sourc
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)
# Line 300  solution Line 311  solution
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
# Line 321  rm -f %{name}-%{version}-filelist Line 335  rm -f %{name}-%{version}-filelist
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    


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