From 6f4bb7a88579487ca069114b4cf5b4360f88267f Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 11 Jun 2014 12:57:22 +0200 Subject: [PATCH] Fix exec permissions on certificate scripts --- smeserver-zabbix-agent.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/smeserver-zabbix-agent.spec b/smeserver-zabbix-agent.spec index e429bea..a64febb 100644 --- a/smeserver-zabbix-agent.spec +++ b/smeserver-zabbix-agent.spec @@ -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. - 0.3.5-1.sme +- Fix exec perm on certs check scripts + * Tue May 6 2014 Daniel B. - 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