1
0

- Require monitoring-plugins-common for utils.pm

OBS-URL: https://build.opensuse.org/package/show/server:monitoring/monitoring-plugins-openvpn?expand=0&rev=4
This commit is contained in:
Lars Vogdt 2017-09-15 12:49:30 +00:00 committed by Git OBS Bridge
parent 8cb185065a
commit 272c09a779
2 changed files with 12 additions and 5 deletions

View File

@ -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 Wed Jul 30 19:19:40 UTC 2014 - lars@linux-schulserver.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package monitoring-plugins-openvpn # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,20 +15,22 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: monitoring-plugins-openvpn Name: monitoring-plugins-openvpn
Summary: Verify the state of the clients connected to a openvpn server 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 License: GPL-3.0
Group: System/Monitoring 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 Source0: check_openvpn.pl
Patch1: check_openvpn-add-perfdata.patch Patch1: check_openvpn-add-perfdata.patch
BuildRequires: nagios-rpm-macros BuildRequires: nagios-rpm-macros
Provides: nagios-plugins-openvpn = %{version}-%{release} Provides: nagios-plugins-openvpn = %{version}-%{release}
Obsoletes: nagios-plugins-openvpn < %{version}-%{release} Obsoletes: nagios-plugins-openvpn < %{version}-%{release}
Requires: perl(Net::Telnet) Requires: monitoring-plugins-common
Requires: perl Requires: perl
Requires: perl(Net::Telnet)
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build