diff --git a/check_package_updates/nagios-okplugin-check_package_updates.spec b/check_package_updates/nagios-okplugin-check_package_updates.spec index 332611d..6cf928f 100644 --- a/check_package_updates/nagios-okplugin-check_package_updates.spec +++ b/check_package_updates/nagios-okplugin-check_package_updates.spec @@ -3,7 +3,7 @@ Summary: A Nagios plugin to check operating system updates Name: nagios-okplugin-%{plugin} -Version: 0.0.6 +Version: 0.0.7 Release: 1%{?dist} License: GPLv3+ Group: Applications/System @@ -47,6 +47,15 @@ rm -rf %{buildroot} %config(noreplace) %{_sysconfdir}/nrpe.d/%{plugin}.cfg %changelog +* Fri Sep 13 2013 Tomas Edwardsson 0.0.7-1 +- check_package_updates - minor refactor (palli@opensource.is) +- check_package_updates - fix inconsistent tab/space (palli@opensource.is) +- Removed obsoletes and thresholds (tommi@tommi.org) +- Removed Draft, should be working pretty good (tommi@tommi.org) +- Added --legacy to default since that is the default format (tommi@tommi.org) +- Added nrpe reload since moving from check_yum needs it (tommi@tommi.org) +- Added obsolete for okplugin check_updates (tommi@tommi.org) + * Tue Jul 16 2013 Tomas Edwardsson 0.0.6-1 - Fix failure on a fully patched system (tommi@tommi.org) diff --git a/rel-eng/packages/nagios-okplugin-check_package_updates b/rel-eng/packages/nagios-okplugin-check_package_updates index c29356e..3da77af 100644 --- a/rel-eng/packages/nagios-okplugin-check_package_updates +++ b/rel-eng/packages/nagios-okplugin-check_package_updates @@ -1 +1 @@ -0.0.6-1 check_package_updates/ +0.0.7-1 check_package_updates/