From 6d6d9dbc2e6efb294d4560a6a39fe7524216774a Mon Sep 17 00:00:00 2001 From: Jehan-Guillaume de Rorthais Date: Mon, 4 Jul 2016 18:06:31 +0200 Subject: [PATCH] Release 2.0rc2 --- check_pgactivity | 2 +- check_pgactivity.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/check_pgactivity b/check_pgactivity index be0128ce..6b0dc493 100755 --- a/check_pgactivity +++ b/check_pgactivity @@ -52,7 +52,7 @@ setlocale( LC_ALL, 'C' ); $| = 1; -$VERSION = '2.0_rc1'; +$VERSION = '2.0_rc2'; $PROGRAM = 'check_pgactivity'; my $PG_VERSION_MIN = 70400; diff --git a/check_pgactivity.spec b/check_pgactivity.spec index bb7ccb1c..d18accc8 100644 --- a/check_pgactivity.spec +++ b/check_pgactivity.spec @@ -1,7 +1,7 @@ -%global _tag REL2_0_RC1 +%global _tag REL2_0_RC2 Name: nagios-plugins-pgactivity -Version: 2.0~rc1 +Version: 2.0~rc2 Release: 1 Summary: PostgreSQL monitoring plugin for Nagios License: PostgreSQL @@ -32,6 +32,9 @@ install -D -p -m 0755 check_pgactivity %{buildroot}/%{_libdir}/nagios/plugins/ch %doc README.rst LICENSE %changelog +* Mon Jul 04 2016 Jehan-Guillaume de Rorthais 2.0~rc2-1 +- update to release 2.0~rc2 + * Fri Jun 17 2016 Jehan-Guillaume de Rorthais 2.0~rc1-1 - update to release 2.0~rc1