From 195751ee590909963add7ab28bef133cc2f7d470 Mon Sep 17 00:00:00 2001 From: Jose Pedro Oliveira Date: Sep 19 2015 10:26:09 +0000 Subject: Update to 1.6.12. --- diff --git a/.gitignore b/.gitignore index cad7f17..7b84673 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /check_updates-1.6.7.tar.gz /check_updates-1.6.9.tar.gz /check_updates-1.6.10.tar.gz +/check_updates-1.6.12.tar.gz diff --git a/nagios-plugins-check-updates.spec b/nagios-plugins-check-updates.spec index 3a55d38..966a8c7 100644 --- a/nagios-plugins-check-updates.spec +++ b/nagios-plugins-check-updates.spec @@ -5,8 +5,8 @@ %define debug_package %{nil} Name: nagios-plugins-check-updates -Version: 1.6.10 -Release: 2%{?dist} +Version: 1.6.12 +Release: 1%{?dist} Summary: A Nagios plugin to check if Red Hat or Fedora system is up-to-date Group: Applications/System @@ -22,6 +22,7 @@ BuildRequires: perl(Monitoring::Plugin) BuildRequires: perl(Readonly) Requires: nagios-plugins +Requires: which # Yum security plugin: # Fedora >= 19 : yum-plugin-security (is now provided by the yum package) # Fedora <= 18 : yum-plugin-security (yum-utils subpackage; also provides yum-security) @@ -67,6 +68,10 @@ rm -rf %{buildroot} %changelog +* Sat Sep 19 2015 Jose Pedro Oliveira - 1.6.12-1 +- Update to 1.6.12. +- Initial support for DNF. + * Wed Jun 17 2015 Fedora Release Engineering - 1.6.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 5d2f4e6..d2f11af 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ec141d38176e6a20b8f608b6cc7ae226 check_updates-1.6.10.tar.gz +96f681218072ee50722c83d42d9af2be check_updates-1.6.12.tar.gz