diff --git a/nagios-plugins-rsync-hidden_modules.patch b/monitoring-plugins-rsync-hidden_modules.patch similarity index 100% rename from nagios-plugins-rsync-hidden_modules.patch rename to monitoring-plugins-rsync-hidden_modules.patch diff --git a/nagios-plugins-rsync-timeout.patch b/monitoring-plugins-rsync-timeout.patch similarity index 100% rename from nagios-plugins-rsync-timeout.patch rename to monitoring-plugins-rsync-timeout.patch diff --git a/nagios-plugins-rsync.changes b/monitoring-plugins-rsync.changes similarity index 80% rename from nagios-plugins-rsync.changes rename to monitoring-plugins-rsync.changes index b5c2dca..bf824e6 100644 --- a/nagios-plugins-rsync.changes +++ b/monitoring-plugins-rsync.changes @@ -1,7 +1,12 @@ +------------------------------------------------------------------- +Wed Jul 30 10:16:18 UTC 2014 - lars@linux-schulserver.de + +- renamed the package to monitoring-plugins-rsync + ------------------------------------------------------------------- Mon Jul 2 15:23:22 UTC 2012 - lars@linux-schulserver.de -- added nagios-plugins-rsync-hidden_modules.patch to allow hidden +- added monitoring-plugins-rsync-hidden_modules.patch to allow hidden rsync modules to be tested - use nagios-rpm-macros in specfile - Fix license: it's GPL 2 or newer @@ -10,7 +15,7 @@ Mon Jul 2 15:23:22 UTC 2012 - lars@linux-schulserver.de Tue May 3 10:44:06 UTC 2011 - lars@linux-schulserver.de - add a patch to use the timeouts present in rsync itself - ( nagios-plugins-rsync-timeout.patch ) + ( monitoring-plugins-rsync-timeout.patch ) ------------------------------------------------------------------- Fri Apr 1 05:24:22 UTC 2011 - coolo@novell.com diff --git a/nagios-plugins-rsync.spec b/monitoring-plugins-rsync.spec similarity index 82% rename from nagios-plugins-rsync.spec rename to monitoring-plugins-rsync.spec index 2219407..5cabb25 100644 --- a/nagios-plugins-rsync.spec +++ b/monitoring-plugins-rsync.spec @@ -1,7 +1,7 @@ # -# spec file for package nagios-plugins-rsync +# spec file for package monitoring-plugins-rsync # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012-2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ # -Name: nagios-plugins-rsync +Name: monitoring-plugins-rsync Summary: Check rsync servers availability License: GPL-2.0+ Group: System/Monitoring @@ -25,14 +25,17 @@ Release: 0 Url: https://www.monitoringexchange.org/inventory/Check-Plugins/Network/check_rsync Source0: check_rsync Source1: COPYING -Patch1: nagios-plugins-rsync-timeout.patch -Patch2: nagios-plugins-rsync-hidden_modules.patch +Patch1: monitoring-plugins-rsync-timeout.patch +Patch2: monitoring-plugins-rsync-hidden_modules.patch BuildRequires: nagios-rpm-macros %if 0%{?suse_version} > 1010 # nagios can execute the script with embedded perl Recommends: perl %endif Requires: rsync +Requires: perl(Getopt::Long) +Provides: nagios-plugins-rsync = %{version}-%{release} +Obsoletes: nagios-plugins-rsync <= %{version} BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build