From 7f950eef214193ed6738f445995e058bcf66d3ca Mon Sep 17 00:00:00 2001 From: Ramesh Nachimuthu Date: Thu, 20 Mar 2014 12:06:39 +0530 Subject: spec: fix for spec file issues 1. By default all the .py files will get executable permission 2. Fixed the dependency issues. Change-Id: I48bae616ad86ce631aa60e759be575bd1321085a Signed-off-by: Ramesh Nachimuthu Reviewed-on: https://cuckoo.blr.redhat.com:8443/43 Reviewed-by: Timothy Asir Reviewed-by: Sahina Bose --- nagios-server-addons.spec.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nagios-server-addons.spec.in b/nagios-server-addons.spec.in index 0266936..08615de 100644 --- a/nagios-server-addons.spec.in +++ b/nagios-server-addons.spec.in @@ -70,8 +70,8 @@ Requires: python-argparse Requires: python-ethtool Requires: python-netaddr Requires: python-pthreading -Requires: python-pyinotify -Requires: python-selinux +Requires: python-inotify +Requires: libselinux-python Requires: rrdtool-perl %description @@ -189,7 +189,7 @@ fi %{_datadir}/nagios/html/pnp4nagios/templates.dist/check_interfaces.php %{_datadir}/nagios/html/pnp4nagios/templates.dist/check_memory.php %{_datadir}/nagios/html/pnp4nagios/templates.dist/check_swap_usage.php -%{_libdir}/nagios/plugins/gluster/* +%attr(0755, -, -) %{_libdir}/nagios/plugins/gluster/* %{_sysconfdir}/nagios/gluster/* %files tests -- cgit