[nagios-plugins-check-updates] Update to 1.6.10.

Jose Pedro Oliveira jpo at fedoraproject.org
Sun Feb 15 23:38:38 UTC 2015


commit ec0eb43fe79d0739ecb5cca4e9df89e15fc5be2f
Author: Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com>
Date:   Mon Feb 16 00:37:54 2015 +0100

    Update to 1.6.10.

 .gitignore                        |    1 +
 check_updates-1.6.7-version.pm    |  217 -------------------------------------
 nagios-plugins-check-updates.spec |   12 +-
 sources                           |    2 +-
 4 files changed, 8 insertions(+), 224 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2daa689..cad7f17 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 /check_updates-1.6.6.tar.gz
 /check_updates-1.6.7.tar.gz
 /check_updates-1.6.9.tar.gz
+/check_updates-1.6.10.tar.gz
diff --git a/nagios-plugins-check-updates.spec b/nagios-plugins-check-updates.spec
index 9d4072a..2564f65 100644
--- a/nagios-plugins-check-updates.spec
+++ b/nagios-plugins-check-updates.spec
@@ -5,7 +5,7 @@
 %define debug_package %{nil}
 
 Name:          nagios-plugins-check-updates
-Version:       1.6.9
+Version:       1.6.10
 Release:       1%{?dist}
 Summary:       A Nagios plugin to check if Red Hat or Fedora system is up-to-date
 
@@ -13,13 +13,12 @@ Group:         Applications/System
 License:       GPLv3+
 URL:           https://trac.id.ethz.ch/projects/nagios_plugins/wiki/check_updates
 Source:        https://trac.id.ethz.ch/projects/nagios_plugins/downloads/check_updates-%{version}.tar.gz
-Source1:       check_updates-1.6.7-version.pm
 
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(Test::More)
-BuildRequires: perl(Nagios::Plugin)
+BuildRequires: perl(Monitoring::Plugin)
 BuildRequires: perl(Readonly)
 
 Requires:      nagios-plugins
@@ -38,9 +37,6 @@ Obsoletes:     check_updates
 
 %prep
 %setup -q -n %{plugin}-%{version}
-# Use the version.pm file from the check-updates 1.6.7 tarball in order to
-# avoid the error "Undefined subroutine &version::_VERSION called at ..."
-%{__install} -m 644 %{SOURCE1} inc/version.pm
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor \
@@ -71,6 +67,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Feb 16 2015 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 1.6.10-1
+- Update to 1.6.10.
+- It now requires perl(Monitoring::Plugin).
+
 * Tue Feb 10 2015 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 1.6.9-1
 - Update to 1.6.9.
 - No longer requires perl(Sort::Versions).
diff --git a/sources b/sources
index 6156f6c..5d2f4e6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d8b547ed97c01fbc185a3b544d768afd  check_updates-1.6.9.tar.gz
+ec141d38176e6a20b8f608b6cc7ae226  check_updates-1.6.10.tar.gz


More information about the scm-commits mailing list