- renamed the package to monitoring-plugins-rsync

- 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

- add a patch to use the timeouts present in rsync itself
  ( monitoring-plugins-rsync-timeout.patch ) 

- licenses package is no more and upstream wants GPLv3, so adding
  COPYING

- require licenses package (solves bnc #449756)

- update to 1.02:
  + Kill rsync process on ALRM timeouts 
    (Avoids leaving stale rsync processes behind) 
  + More verbose Rsync errors 
  + Commas in the password field should work 

- initial version 1.01

OBS-URL: https://build.opensuse.org/package/show/server:monitoring/monitoring-plugins-rsync?expand=0&rev=2
This commit is contained in:
Lars Vogdt 2014-07-30 10:16:37 +00:00 committed by Git OBS Bridge
parent 1864da8e0a
commit cabf39cf52
4 changed files with 15 additions and 7 deletions

View File

@ -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

View File

@ -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