Fix exec permissions on certificate scripts

This commit is contained in:
Daniel Berteaud 2014-06-11 12:57:22 +02:00
parent c30ecef368
commit 6f4bb7a885
1 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# Name: Daniel Berteaud
%define name smeserver-zabbix-agent
%define version 0.3.4
%define version 0.3.5
%define release 1
Summary: sme server integration of zabbix agent
Name: %{name}
@ -33,6 +33,9 @@ Zabbix is an entreprise-class open source distributed monitoring
solution
%changelog
* Wed Jun 11 2014 Daniel B. <daniel@firewall-services.com> - 0.3.5-1.sme
- Fix exec perm on certs check scripts
* Tue May 6 2014 Daniel B. <daniel@firewall-services.com> - 0.3.4-1.sme
- Add support for nmb lookup script
@ -272,6 +275,8 @@ rm -f %{name}-%{version}-filelist
--file /var/lib/zabbix/bin/util_parse_mail_out 'attr(0755,root,root)' \
--file /var/lib/zabbix/bin/check_asterisk 'attr(0750,root,zabbix)' \
--file /var/lib/zabbix/bin/util_send_status_mail 'attr(0755,root,root)' \
--file /var/lib/zabbix/bin/disco_certs_sudo 'attr(0750,root,zabbix)' \
--file /var/lib/zabbix/bin/check_certs_sudo 'attr(0750,root,zabbix)' \
--dir /var/lib/zabbix/tmp 'attr(0750,zabbix,zabbix)' \
> %{name}-%{version}-filelist
echo "%doc CHANGELOG.git" >> %{name}-%{version}-filelist