diff --git a/check_hpacucli/nagios-okplugin-check_hpacucli.spec b/check_hpacucli/nagios-okplugin-check_hpacucli.spec index 786f33a..d1e5811 100644 --- a/check_hpacucli/nagios-okplugin-check_hpacucli.spec +++ b/check_hpacucli/nagios-okplugin-check_hpacucli.spec @@ -2,8 +2,8 @@ Summary: A Nagios plugin to check HP Array with hpacucli Name: nagios-okplugin-check_hpacucli -Version: 1.2 -Release: 2%{?dist} +Version: 2 +Release: 1%{?dist} License: GPLv2+ Group: Applications/System URL: http://opensource.is/trac/wiki/check_hpacucli @@ -41,6 +41,17 @@ rm -rf %{buildroot} /etc/sudoers.d/check_hpacucli %changelog +* Thu Feb 20 2014 Pall Sigurdsson 2-1 +- check_hpacucli.py - fix typo in hpacucli command (palli@opensource.is) +- check_hpacucli.py: pep8 cleanup (palli@opensource.is) +- check_hpacucli - fix tab indentation (palli@opensource.is) +- check_hpacucli: ignore hpacucli output that starts with "Note:" + (palli@opensource.is) +- sudoers.d added to install (you@example.com) +- dummy commit (you@example.com) +- dummy commit (you@example.com) +- Add sudoers support to check_hpacucli (palli@opensource.is) + * Thu Aug 23 2012 Pall Sigurdsson 1.2-2 - version number of scripts bumped (palli@opensource.is) diff --git a/rel-eng/packages/nagios-okplugin-check_hpacucli b/rel-eng/packages/nagios-okplugin-check_hpacucli index f18ed92..343c320 100644 --- a/rel-eng/packages/nagios-okplugin-check_hpacucli +++ b/rel-eng/packages/nagios-okplugin-check_hpacucli @@ -1 +1 @@ -1.2-2 check_hpacucli/ +2-1 check_hpacucli/