]> git.pld-linux.org Git - packages/nagios-plugin-check_raid.git/commitdiff
- up to 4.0.5
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 1 Feb 2017 11:13:01 +0000 (12:13 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 1 Feb 2017 11:13:01 +0000 (12:13 +0100)
nagios-plugin-check_raid.spec

index adcb62455d61fa3c8c3e28e664954ade866e356a..700a89f31133b2860b5801bba308beda12c039b4 100644 (file)
@@ -4,12 +4,12 @@
 %include       /usr/lib/rpm/macros.perl
 Summary:       Nagios plugin to check current server's RAID status
 Name:          nagios-plugin-%{plugin}
-Version:       4.0.3
+Version:       4.0.5
 Release:       1
 License:       GPL v2
 Group:         Applications
 Source0:       https://github.com/glensc/nagios-plugin-check_raid/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: db35a7e7256b8c7ae4e674eceede67e4
+# Source0-md5: 75ad1f75d22ae33996bfb16103c59328
 URL:           https://github.com/glensc/nagios-plugin-check_raid
 BuildRequires: perl-ExtUtils-MakeMaker-CPANfile
 BuildRequires: perl-Module-Pluggable >= 5.1
@@ -79,7 +79,7 @@ mv nagios-plugin-check_raid-*/* .
 # version check exits with "3", here's explanation:
 # https://github.com/monitoring-plugins/monitoring-plugins/pull/1363
 ver=$(./%{plugin}.sh -V || :)
-test "$(echo "$ver" | awk '{print $NF}')" = %{version}
+test "$(echo "$ver" | awk '{print $NF}')" = %{version}-dev
 
 LC_ALL=en_US.utf8 \
 %{__perl} Makefile.PL \
This page took 0.168972 seconds and 4 git commands to generate.