- Renamed package to monitoring-plugins-mailstat

- initial version
- added:
  + check_mailstat_plugin_v0.9.1-initial_values.patch
  + check_mailstat_plugin_v0.9.1-stat_file.patch

OBS-URL: https://build.opensuse.org/package/show/server:monitoring/monitoring-plugins-mailstat?expand=0&rev=2
This commit is contained in:
Lars Vogdt 2014-07-30 20:14:00 +00:00 committed by Git OBS Bridge
parent 2a6e2ce6d2
commit 516eca8432
3 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 30 19:17:09 UTC 2014 - lars@linux-schulserver.de
- Renamed package to monitoring-plugins-mailstat
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 19 20:00:14 UTC 2014 - lars@linux-schulserver.de Thu Jun 19 20:00:14 UTC 2014 - lars@linux-schulserver.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package nagios-plugins-mailstat # spec file for package monitoring-plugins-mailstat
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -16,15 +16,15 @@
# #
Name: nagios-plugins-mailstat Name: monitoring-plugins-mailstat
Version: 0.9.1 Version: 0.9.1
Release: 0 Release: 100
Summary: Monitoring mail server statistics Summary: Monitoring mail server statistics
License: GPL-3.0+ License: GPL-3.0+
Group: System/Monitoring Group: System/Monitoring
Url: http://linuxplayer.org/2010/12/check_mailstat-pl-a-nagios-plugin-for-monitoring-mail-server-statistics Url: http://linuxplayer.org/2010/12/check_mailstat-pl-a-nagios-plugin-for-monitoring-mail-server-statistics
Source0: check_mailstat_plugin_v%{version}.zip Source0: check_mailstat_plugin_v%{version}.zip
Source1: nagios-plugins-mailstat-rpmlintrc Source1: monitoring-plugins-mailstat-rpmlintrc
# PATCH-FIX-UPSTREAM -- allow to configure the path name of the statistics file via -s option # PATCH-FIX-UPSTREAM -- allow to configure the path name of the statistics file via -s option
Patch1: check_mailstat_plugin_v0.9.1-stat_file.patch Patch1: check_mailstat_plugin_v0.9.1-stat_file.patch
# PATCH-FIX-UPSTREAM -- write out the initial values if there is no old file instead of all zero (confuses people) # PATCH-FIX-UPSTREAM -- write out the initial values if there is no old file instead of all zero (confuses people)
@ -35,7 +35,9 @@ Recommends: perl
%endif %endif
BuildRequires: nagios-rpm-macros BuildRequires: nagios-rpm-macros
BuildRequires: unzip BuildRequires: unzip
Requires: nagios-plugins-common Provides: nagios-plugins-mailstat = %{version}-%{release}
Obsoletes: nagios-plugins-mailstat < %{version}-%{release}
Requires: monitoring-plugins-common
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch