[nagios-plugins-openmanage/epel7] Upstream release 3.7.12

Trond Hasle Amundsen trondham at fedoraproject.org
Mon Jul 28 15:08:58 UTC 2014


commit 2058fde04503a509c0e1126c6dc895384a42ff0e
Author: Trond Hasle Amundsen <t.h.amundsen at usit.uio.no>
Date:   Mon Jul 28 17:08:52 2014 +0200

    Upstream release 3.7.12
    
    - Conditionalize building man pages for rhel6+ and fedora19+ (others
      will use pre-built man pages)
    - Conditionalize require nagios-common (rhel6+/fedora19+) or
      nagios-plugins (others) for owner of the plugins directory
    - Drop perl(Crypt::Rijndael) requirement, as it provides optional and
      very rarely used functionality

 .gitignore                     |    1 +
 nagios-plugins-openmanage.spec |   39 ++++++++++++++++++++++++++++++++-------
 sources                        |    2 +-
 3 files changed, 34 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8459b4b..90cb27a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /check_openmanage-3.7.9.tar.gz
 /check_openmanage-3.7.10.tar.gz
 /check_openmanage-3.7.11.tar.gz
+/check_openmanage-3.7.12.tar.gz
diff --git a/nagios-plugins-openmanage.spec b/nagios-plugins-openmanage.spec
index 5ef1e5e..9ed1eed 100644
--- a/nagios-plugins-openmanage.spec
+++ b/nagios-plugins-openmanage.spec
@@ -5,7 +5,7 @@
 %global debug_package %{nil}
 
 Name:          nagios-plugins-openmanage
-Version:       3.7.11
+Version:       3.7.12
 Release:       1%{?dist}
 Summary:       Nagios plugin to monitor hardware health on Dell servers
 
@@ -24,10 +24,13 @@ BuildRequires: docbook-style-xsl
 # Rpmbuild doesn't find these perl dependencies
 Requires:      perl(Config::Tiny)
 Requires:      perl(Net::SNMP)
-Requires:      perl(Crypt::Rijndael)
 
 # Owns the nagios plugins directory
-Requires:      nagios-plugins
+%if 0%{?rhel} > 5 || 0%{?fedora} > 18
+Requires: nagios-common
+%else
+Requires: nagios-plugins
+%endif
 
 # Make the transition to Fedora/EPEL packages easier for existing
 # users of the non-Fedora/EPEL RPM packages
@@ -49,9 +52,13 @@ outside normal parameters.
 rm -f %{plugin}.exe
 
 %build
+%if 0%{?rhel} > 5 || 0%{?fedora} > 18
 pushd man
 make clean && make
 popd
+%else
+: # use pre-built man-pages on old systems
+%endif
 
 %install
 rm -rf %{buildroot}
@@ -71,12 +78,30 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Jul 28 2014 Trond Hasle Amundsen <t.h.amundsen at usit.uio.no> - 3.7.12-1
+- Upstream release 3.7.12
+- Conditionalize building man pages for rhel6+ and fedora19+ (others
+  will use pre-built man pages)
+- Conditionalize require nagios-common (rhel6+/fedora19+) or
+  nagios-plugins (others) for owner of the plugins directory
+- Drop perl(Crypt::Rijndael) requirement, as it provides optional and
+  very rarely used functionality
+
+* Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.7.11-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
 * Tue Aug  6 2013 Trond Hasle Amundsen <t.h.amundsen at usit.uio.no> - 3.7.11-1
 - Upstream release 3.7.11
 
+* Sat Aug 03 2013 Petr Pisar <ppisar at redhat.com> - 3.7.10-2
+- Perl 5.18 rebuild
+
 * Fri Jul 19 2013 Trond Hasle Amundsen <t.h.amundsen at usit.uio.no> - 3.7.10-1
 - Upstream release 3.7.10
 
+* Wed Jul 17 2013 Petr Pisar <ppisar at redhat.com> - 3.7.9-3
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.7.9-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
@@ -92,7 +117,7 @@ rm -rf %{buildroot}
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.7.6-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
-* Wed Jun 28 2012 Trond Hasle Amundsen <t.h.amundsen at usit.uio.no> - 3.7.6-1
+* Thu Jun 28 2012 Trond Hasle Amundsen <t.h.amundsen at usit.uio.no> - 3.7.6-1
 - Upstream release 3.7.6
 - Changes to build section and buildrequires for new manpage format
 
@@ -131,7 +156,7 @@ rm -rf %{buildroot}
 * Mon Aug 15 2011 Trond Hasle Amundsen <t.h.amundsen at usit.uio.no> - 3.7.0-1
 - Version 3.7.0
 
-* Tue Jun 06 2011 Trond Hasle Amundsen <t.h.amundsen at usit.uio.no> - 3.6.8-1
+* Mon Jun 06 2011 Trond Hasle Amundsen <t.h.amundsen at usit.uio.no> - 3.6.8-1
 - Version 3.6.8
 
 * Thu May 12 2011 Trond Hasle Amundsen <t.h.amundsen at usit.uio.no> - 3.6.7-1
@@ -173,7 +198,7 @@ rm -rf %{buildroot}
 * Thu Jun 17 2010 Trond Hasle Amundsen <t.h.amundsen at usit.uio.no> - 3.5.8-1
 - Version 3.5.8
 
-* Wed Mar 19 2010 Trond Hasle Amundsen <t.h.amundsen at usit.uio.no> - 3.5.7-1
+* Fri Mar 19 2010 Trond Hasle Amundsen <t.h.amundsen at usit.uio.no> - 3.5.7-1
 - Version 3.5.7
 
 * Tue Feb 23 2010 Trond Hasle Amundsen <t.h.amundsen at usit.uio.no> - 3.5.6-1
@@ -222,7 +247,7 @@ rm -rf %{buildroot}
 * Wed Jun  3 2009 Trond Hasle Amundsen <t.h.amundsen at usit.uio.no> - 3.4.2-1
 - Version 3.4.2
 
-* Mon May 27 2009 Trond Hasle Amundsen <t.h.amundsen at usit.uio.no> - 3.4.1-1
+* Wed May 27 2009 Trond Hasle Amundsen <t.h.amundsen at usit.uio.no> - 3.4.1-1
 - Version 3.4.1
 
 * Mon May 25 2009 Trond Hasle Amundsen <t.h.amundsen at usit.uio.no> - 3.4.0-1
diff --git a/sources b/sources
index 65a60fe..eeec095 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-981f8443b141ef6573ba87ea81cfcc5e  check_openmanage-3.7.11.tar.gz
+99070a044c70576a71b35c143c35affd  check_openmanage-3.7.12.tar.gz


More information about the scm-commits mailing list