diff --git a/.gitignore b/.gitignore index f349ad0..09d6ee7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /check_updates-1.4.7.tar.gz /check_updates-1.4.8.tar.gz /check_updates-1.4.9.tar.gz +/check_updates-1.4.11.tar.gz diff --git a/nagios-plugins-check-updates.spec b/nagios-plugins-check-updates.spec index 880dca6..2f9a186 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.4.9 +Version: 1.4.11 Release: 1%{?dist} Summary: A Nagios plugin to check if Red Hat or Fedora system is up-to-date @@ -24,6 +24,8 @@ Requires: nagios-plugins # Red Hat Enterprise : yum-security Requires: yum-security +Obsoletes: check_updates + %description %{summary}. @@ -57,6 +59,9 @@ rm -rf %{buildroot} %changelog +* Thu Nov 18 2010 Jose Pedro Oliveira - 1.4.11-1 +- Update to 1.4.11. + * Mon Nov 1 2010 Jose Pedro Oliveira - 1.4.9-1 - Update to 1.4.9 (solves the EPEL5 build problem). diff --git a/sources b/sources index 478f79e..6bc97ec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bd7ffccd1a84b8c142042cdaebf51a2b check_updates-1.4.9.tar.gz +f0d2752917811101d480ab6287b69f45 check_updates-1.4.11.tar.gz