Hello community,

here is the log from the commit of package nagios-plugins-zypper for 
openSUSE:13.1 checked in at 2013-09-27 17:48:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1/nagios-plugins-zypper (Old)
 and      /work/SRC/openSUSE:13.1/.nagios-plugins-zypper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nagios-plugins-zypper"

Changes:
--------
--- /work/SRC/openSUSE:13.1/nagios-plugins-zypper/nagios-plugins-zypper.changes 
2013-09-23 11:01:12.000000000 +0200
+++ 
/work/SRC/openSUSE:13.1/.nagios-plugins-zypper.new/nagios-plugins-zypper.changes
    2013-09-27 17:48:59.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Aug 30 13:52:41 UTC 2013 - [email protected]
+
+- also use the keyword "Softwarestack" as indication for an update 
+  of the software stack as such ( bnc#830658 )
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nagios-plugins-zypper.spec ++++++
--- /var/tmp/diff_new_pack.MN9QSX/_old  2013-09-27 17:48:59.000000000 +0200
+++ /var/tmp/diff_new_pack.MN9QSX/_new  2013-09-27 17:48:59.000000000 +0200
@@ -20,7 +20,7 @@
 Summary:        Nagios plugin for checking software updates
 License:        BSD-4-Clause
 Group:          System/Monitoring
-Version:        1.48
+Version:        1.49
 Release:        0
 Url:            http://en.opensuse.org/Nagios-plugins-zypper
 Source0:        check_zypper.pl

++++++ check_zypper.pl ++++++
--- /var/tmp/diff_new_pack.MN9QSX/_old  2013-09-27 17:48:59.000000000 +0200
+++ /var/tmp/diff_new_pack.MN9QSX/_new  2013-09-27 17:48:59.000000000 +0200
@@ -50,7 +50,7 @@
 
 # constants
 $PROGNAME = "check_zypper";
-$VERSION  = '1.48';
+$VERSION  = '1.49';
 $DEBUG    = 0;
 
 # variables
@@ -363,6 +363,7 @@
 
             # error handling
             return ( 'There is a pending update of the update-stack itself. 
This plugin can not check if there are more updates pending.', 'CRITICAL') if 
(/softwaremgmt/);
+            return ( 'There is a pending update of the update-stack itself. 
This plugin can not check if there are more updates pending.', 'CRITICAL') if 
(/Softwarestack/);
             return ( 'UNKNOWN: ' . xml_re_escape($_), 'UNKNOWN' ) if (/not 
found on medium/);
             return ( 'UNKNOWN: ' . xml_re_escape($_), 'UNKNOWN' ) if (/I\/O 
error: Can't provide/);
             return ( 'UNKNOWN: ' . xml_re_escape($_), 'UNKNOWN' ) if (/Error 
message:/);

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to