From de846e329bb09f48833ef298e0c9ded2bd7170ca Mon Sep 17 00:00:00 2001 From: akrherz Date: Fri, 2 Sep 2016 09:24:49 -0500 Subject: [PATCH] add additional nagios requirements --- deployment/rpm/iem-meta.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/deployment/rpm/iem-meta.spec b/deployment/rpm/iem-meta.spec index c049a4db88..632c61257b 100644 --- a/deployment/rpm/iem-meta.spec +++ b/deployment/rpm/iem-meta.spec @@ -2,7 +2,7 @@ Summary: Iowa Environmental Mesonet Requirements Metarpm Name: iem-requirements Version: 1 BuildArch: noarch -Release: 34%{?dist} +Release: 35%{?dist} License: distributable Requires: pyIEM @@ -120,6 +120,8 @@ Requires: dropbox Requires: tqdm Requires: Pint Requires: MetPy +Requires: perl-Monitoring-Plugin +Requires: perl-Data-Dumper %description A virtual package which makes sure that various requirements are installed @@ -141,6 +143,9 @@ to make sure the IEM code runs on a system it is deployed on. %changelog +* Fri Sep 2 2016 daryl herzmann +- Added requirements for updated nagios tcptraffic plugin + * Thu Aug 4 2016 daryl herzmann - Added MetPy and Pint