[ndoutils] Install Nagios 3 binaries on RHEL 7 (#1113757)

Simone Caronni slaanesh at fedoraproject.org
Fri Jun 27 06:36:34 UTC 2014


commit 423af244fdae5e86f83ab5e93846b63922825701
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Fri Jun 27 08:36:28 2014 +0200

    Install Nagios 3 binaries on RHEL 7 (#1113757)

 ndoutils.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ndoutils.spec b/ndoutils.spec
index a979103..df8b25a 100644
--- a/ndoutils.spec
+++ b/ndoutils.spec
@@ -1,6 +1,6 @@
 Name:               ndoutils
 Version:            2.0.0
-Release:            5%{?dist}
+Release:            6%{?dist}
 
 Summary:            Stores all configuration and event data from Nagios in a database
 Group:              Applications/System
@@ -84,7 +84,7 @@ mkdir -p %{buildroot}%{_libdir}/nagios/brokers
 %endif
 
 # Nagios 3 support (override)
-%if 0%{?rhel} == 6 || 0%{?fedora}
+%if 0%{?rhel} >= 6 || 0%{?fedora}
     pushd src
     make install-3x DESTDIR=%{?buildroot}
     popd
@@ -174,6 +174,9 @@ fi
 %endif
 
 %changelog
+* Fri Jun 27 2014 Simone Caronni <negativo17 at gmail.com> - 2.0.0-6
+- Install Nagios 3 binaries on RHEL 7 (#1113757).
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list