]> git.pld-linux.org Git - packages/nagios-plugin-check_rbl.git/commitdiff
up to 1.3.5 auto/th/nagios-plugin-check_rbl-1.3.5-1
authorElan Ruusamäe <glen@delfi.ee>
Thu, 4 Dec 2014 12:56:00 +0000 (14:56 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 4 Dec 2014 12:56:00 +0000 (14:56 +0200)
nagios-plugin-check_rbl.spec

index c22ec840bdb29c3809aea40955ae31d94607494b..fc48a96015f5dd27bc1de13cd46974a1f05af610 100644 (file)
@@ -2,16 +2,16 @@
 # Conditional build:
 %bcond_without tests   # do not perform "make test"
 
-%include       /usr/lib/rpm/macros.perl
 %define                plugin  check_rbl
+%include       /usr/lib/rpm/macros.perl
 Summary:       Nagios plugin to check if an server is blacklisted in RBL servers
 Name:          nagios-plugin-%{plugin}
-Version:       1.3.4
+Version:       1.3.5
 Release:       1
 License:       GPL v3
 Group:         Networking
 Source0:       https://trac.id.ethz.ch/projects/nagios_plugins/downloads/%{plugin}-%{version}.tar.gz
-# Source0-md5: 29ccd13d2cb5330b1d28b3d726fcbe4d
+# Source0-md5: a4c557264633ed7bf840c629cd13a835
 Source1:       %{plugin}.cfg
 Source2:       %{plugin}.ini
 URL:           https://trac.id.ethz.ch/projects/nagios_plugins/wiki/check_rbl
@@ -36,6 +36,9 @@ Nagios plugin to check if an server is blacklisted in RBL servers.
 %prep
 %setup -q -n %{plugin}-%{version}
 
+# Don't add Data::Dumper dep
+sed -i -e '/use Data::Dumper/d' check_rbl
+
 %build
 %{__perl} Makefile.PL \
        INSTALLVENDORSCRIPT=%{plugindir} \
This page took 0.067862 seconds and 4 git commands to generate.