Skip to content

Commit

Permalink
Prepared new version
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocorti committed Aug 20, 2019
1 parent 78f6c65 commit fc9359c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2019-08-20: 1.7.5 - Bug fix (DNF parsing)
2019-08-05: 1.7.4 - Checks for missing GPG key
2019-06-13: 1.7.3 - RHEL 8 support
2019-05-07: 1.7.2 - Azure CentOS support
Expand Down
6 changes: 3 additions & 3 deletions check_updates
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use warnings;

no warnings 'once'; ## no critic (TestingAndDebugging::ProhibitNoWarnings)

our $VERSION = '1.7.4';
our $VERSION = '1.7.5';

use Carp;
use English qw(-no_match_vars);
Expand Down Expand Up @@ -537,8 +537,8 @@ sub run_yum {
if ( $line =~ /^Last[ ]metadata[ ]expiration/imxs
|| $line =~ /^Loaded[ ]plugins:/imxs
|| $line =~ /^Loading[ ]mirror[ ]speeds/imxs
|| $line =~ /[ ].B\/s[ ][|][ ]/imxs
|| $line =~ /^No\ security\ updates/imxs
|| $line =~ /[ ].B\/s[ ][|][ ]/imxs
|| $line =~ /^No\ security\ updates/imxs
|| $line =~
/^Security:[ ].*is[ ]an[ ]installed[ ]security[ ]update/imxs
|| $line =~
Expand Down
2 changes: 1 addition & 1 deletion check_updates.pod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ is up-to-date

=head1 VERSION

Version 1.7.4
Version 1.7.5

=head1 SYNOPSIS

Expand Down
2 changes: 1 addition & 1 deletion check_updates.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%define version 1.7.4
%define version 1.7.5
%define release 1
%define sourcename check_updates
%define packagename nagios-plugins-check-updates
Expand Down

0 comments on commit fc9359c

Please sign in to comment.