summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRamesh Nachimuthu <rnachimu@redhat.com>2014-03-20 12:06:39 +0530
committerBala.FA <barumuga@redhat.com>2014-04-29 10:21:36 +0530
commit7f950eef214193ed6738f445995e058bcf66d3ca (patch)
tree7fcfd873447c0bca58dbff5e169dbc860171a4f9
parent2f0da464c9be6c9d5cdf7b9c7942e7090e3a6a3d (diff)
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 <rnachimu@redhat.com> Reviewed-on: https://cuckoo.blr.redhat.com:8443/43 Reviewed-by: Timothy Asir <tim.gluster@gmail.com> Reviewed-by: Sahina Bose <sabose@redhat.com>
-rw-r--r--nagios-server-addons.spec.in6
1 files 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