Changes of Revision 13
[-] | Changed | nagios-plugins-check-updates.changes |
1
2 ------------------------------------------------------------------- 3 +Mon Mar 16 19:52:49 UTC 2020 - Local OBS User <cs@linux-administrator.com> 4 + 5 +- update to release 1.7.10 6 + 7 +------------------------------------------------------------------- 8 Sat Feb 1 20:06:37 UTC 2020 - Local OBS User <cs@linux-administrator.com> 9 10 - update to release 1.7.8 11 |
||
[-] | Changed | nagios-plugins-check-updates.spec ^ |
19 1
2 %define debug_package %{nil} 3 4 Name: nagios-plugins-check-updates 5 -Version: 1.7.8 6 +Version: 1.7.10 7 Release: 30%{?dist} 8 Summary: A Nagios plugin to check if Red Hat or Fedora system is up-to-date 9 10
11 Source: https://github.com/matteocorti/check_updates/releases/download/v%{version}/check_updates-%{version}.tar.gz 12 Patch0: check_updates-1.7.6-xcpng.patch 13 Patch1: check_updates-1.7.5_version.diff 14 -Patch2: check_updates-1.7.6-outputfix.diff 15 +Patch2: check_updates-1.7.10-outputfix.diff 16 BuildRequires: perl-generators 17 BuildRequires: perl(ExtUtils::MakeMaker) 18 BuildRequires: perl(Test::More) 19 |
||
[+] | Added | check_updates-1.7.10-outputfix.diff ^ |
@@ -0,0 +1,24 @@ +--- check_updates.orig 2020-03-16 20:44:46.550074048 +0100 ++++ check_updates 2020-03-16 20:50:29.617053723 +0100 +@@ -520,6 +520,9 @@ + my $arguments = shift; + my $yum_command = shift; + ++ ++ $ENV{'LANG'} = 'C'; ++ + # per default check updates + # --assumeno to avoid a timeout when the GPG key is not present + # we need to process STDERR to catch errors (e.g., missing GPG key) +@@ -571,8 +574,11 @@ + if ( $line =~ /^Last[ ]metadata[ ]expiration/imxs + || $line =~ /^Loaded[ ]plugins:/imxs + || $line =~ /^Loading[ ]mirror[ ]speeds/imxs ++ || $line =~ /^Including[ ]mirror:/imxs ++ || $line =~ /^Excluding[ ]mirror:/imxs + || $line =~ /[ ].B\/s[ ][|][ ]/imxs + || $line =~ /^No[ ]security[ ]updates/imxs ++ || $line =~ /packages[ ]excluded/imxs + || $line =~ + /^Repository[ ]'.*' is missing name in configuration, using id/imxs + || $line =~ | ||
Added | check_updates-1.7.10.tar.gz ^ |