]> git.pld-linux.org Git - packages/nagios-plugin-check_rbl.git/commitdiff
- report stuff upstream
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 6 Apr 2010 17:29:11 +0000 (17:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- while RBL mostly used for SMTP, it's not limited to that

Changed files:
    nagios-plugin-check_rbl.spec -> 1.8

nagios-plugin-check_rbl.spec

index e1f3d26fd1e2095bdc93e3782210e3f602a281c0..6a29492d38684d01edaab7cb41f0018ace8aa610 100644 (file)
@@ -4,7 +4,7 @@
 
 %include       /usr/lib/rpm/macros.perl
 %define                plugin  check_rbl
-Summary:       check_rbl is a Nagios plugin to check if an SMTP server is blacklisted
+Summary:       Nagios plugin to check if an server is blacklisted in RBL servers
 Name:          nagios-plugin-%{plugin}
 Version:       1.1.0
 Release:       3
@@ -13,7 +13,9 @@ Group:                Networking
 Source0:       https://trac.id.ethz.ch/projects/nagios_plugins/downloads/%{plugin}-%{version}.tar.gz
 # Source0-md5: 724cd353d48df3f4e9a98743146cfd0f
 Source1:       %{plugin}.cfg
+# https://trac.id.ethz.ch/projects/nagios_plugins/ticket/67
 Source2:       %{plugin}.ini
+# https://trac.id.ethz.ch/projects/nagios_plugins/ticket/66
 Patch0:                verbose-reporting.patch
 URL:           https://trac.id.ethz.ch/projects/nagios_plugins/wiki/check_rbl
 BuildRequires: perl-ExtUtils-MakeMaker >= 6.42
@@ -35,12 +37,13 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                plugindir       %{_prefix}/lib/nagios/plugins
 
 %description
-check_rbl is a Nagios plugin to check if an SMTP server is blacklisted
+Nagios plugin to check if an server is blacklisted in RBL servers.
 
 %prep
 %setup -q -n %{plugin}-%{version}
 %patch0 -p1
 
+# https://trac.id.ethz.ch/projects/nagios_plugins/ticket/68
 %{__sed} -i -e '
 # no need for debug dependency
 /use Data::Dumper;/d
This page took 0.077931 seconds and 4 git commands to generate.