forked from pool/monitoring-plugins-tftp
- Renamed package to monitoring-plugins-tftp
- update to 0.11: + use Net::TFTP and FileHandle perl modules now - use nagios-rpm-macros - specfile cleanup - initial version v0.1.2 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/monitoring-plugins-tftp?expand=0&rev=2
This commit is contained in:
parent
eb18dfb533
commit
c241913dc6
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 30 19:22:46 UTC 2014 - lars@linux-schulserver.de
|
||||
|
||||
- Renamed package to monitoring-plugins-tftp
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 13 12:26:41 UTC 2012 - lars@linux-schulserver.de
|
||||
|
@ -1,5 +1,7 @@
|
||||
#
|
||||
# spec file for package nagios-plugins-tftp
|
||||
# spec file for package monitoring-plugins-tftp
|
||||
#
|
||||
# Copyright (c) 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
|
||||
@ -11,13 +13,15 @@
|
||||
# published by the Open Source Initiative.
|
||||
#
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: nagios-plugins-tftp
|
||||
Name: monitoring-plugins-tftp
|
||||
Version: 0.11
|
||||
Release: 1
|
||||
Release: 100
|
||||
License: GPL-2.0+
|
||||
Summary: Nagios plugin to check a tftp server
|
||||
Summary: Check a remote tftp server
|
||||
Url: http://isle.wumpus.org/nagios/
|
||||
Group: System/Monitoring
|
||||
Source0: check_tftp.pl
|
||||
@ -26,6 +30,8 @@ Source0: check_tftp.pl
|
||||
Recommends: perl
|
||||
%endif
|
||||
BuildRequires: nagios-rpm-macros
|
||||
Provides: nagios-plugins-tftp = %{version}-%{release}
|
||||
Obsoletes: nagios-plugins-tftp < %{version}-%{release}
|
||||
Requires: perl(FileHandle)
|
||||
Requires: perl(Net::TFTP)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
Loading…
Reference in New Issue
Block a user