From 272c09a779873877d66a4600e922dc0be5464d572589359c85ce7712334e2a0b Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Fri, 15 Sep 2017 12:49:30 +0000 Subject: [PATCH] - Require monitoring-plugins-common for utils.pm OBS-URL: https://build.opensuse.org/package/show/server:monitoring/monitoring-plugins-openvpn?expand=0&rev=4 --- monitoring-plugins-openvpn.changes | 5 +++++ monitoring-plugins-openvpn.spec | 12 +++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/monitoring-plugins-openvpn.changes b/monitoring-plugins-openvpn.changes index d146caa..925a6a7 100644 --- a/monitoring-plugins-openvpn.changes +++ b/monitoring-plugins-openvpn.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 15 12:49:17 UTC 2017 - lars@linux-schulserver.de + +- Require monitoring-plugins-common for utils.pm + ------------------------------------------------------------------- Wed Jul 30 19:19:40 UTC 2014 - lars@linux-schulserver.de diff --git a/monitoring-plugins-openvpn.spec b/monitoring-plugins-openvpn.spec index 54b820e..ac39292 100644 --- a/monitoring-plugins-openvpn.spec +++ b/monitoring-plugins-openvpn.spec @@ -1,7 +1,7 @@ # # spec file for package monitoring-plugins-openvpn # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,20 +15,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: monitoring-plugins-openvpn Summary: Verify the state of the clients connected to a openvpn server -Version: 1.1 -Release: 100 -Url: https://www.monitoringexchange.org/inventory/Check-Plugins/Software/Misc/check_openvpn_pl License: GPL-3.0 Group: System/Monitoring +Version: 1.1 +Release: 0 +Url: https://www.monitoringexchange.org/inventory/Check-Plugins/Software/Misc/check_openvpn_pl Source0: check_openvpn.pl Patch1: check_openvpn-add-perfdata.patch BuildRequires: nagios-rpm-macros Provides: nagios-plugins-openvpn = %{version}-%{release} Obsoletes: nagios-plugins-openvpn < %{version}-%{release} -Requires: perl(Net::Telnet) +Requires: monitoring-plugins-common Requires: perl +Requires: perl(Net::Telnet) BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build