Hello community,
here is the log from the commit of package monitoring-plugins-zypper for
openSUSE:Factory checked in at 2016-09-12 13:25:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/monitoring-plugins-zypper (Old)
and /work/SRC/openSUSE:Factory/.monitoring-plugins-zypper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "monitoring-plugins-zypper"
Changes:
--------
---
/work/SRC/openSUSE:Factory/monitoring-plugins-zypper/monitoring-plugins-zypper.changes
2016-06-02 09:39:08.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.monitoring-plugins-zypper.new/monitoring-plugins-zypper.changes
2016-09-12 13:25:55.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Sep 2 08:52:52 UTC 2016 - [email protected]
+
+- update to 1.91:
+ + make openSUSE Leap 42.2 supported
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ monitoring-plugins-zypper.spec ++++++
--- /var/tmp/diff_new_pack.QoAjEL/_old 2016-09-12 13:25:56.000000000 +0200
+++ /var/tmp/diff_new_pack.QoAjEL/_new 2016-09-12 13:25:56.000000000 +0200
@@ -26,7 +26,7 @@
Summary: Check for software updates via zypper
License: BSD-3-Clause
Group: System/Monitoring
-Version: 1.90
+Version: 1.91
Release: 0
Url: http://en.opensuse.org/Monitoring-plugins-zypper
Source0: check_zypper.pl
@@ -112,7 +112,7 @@
rm -rf %buildroot
%post
-%{_sysconfdir}/init.d/boot.apparmor try-restart || echo "restarting
boot.apparmor failed"
+%{_sysconfdir}/init.d/boot.apparmor try-restart || echo "restarting
boot.apparmor failed" >&2
%files
%defattr(-,root,root)
++++++ check_zypper.pl ++++++
--- /var/tmp/diff_new_pack.QoAjEL/_old 2016-09-12 13:25:56.000000000 +0200
+++ /var/tmp/diff_new_pack.QoAjEL/_new 2016-09-12 13:25:56.000000000 +0200
@@ -51,7 +51,7 @@
# constants
$PROGNAME = "check_zypper";
-$VERSION = '1.90';
+$VERSION = '1.91';
$DEBUG = 0;
# variables
@@ -93,7 +93,7 @@
0 => 'OK',
);
our %supported_release = (
- 'openSUSE' => [ '13.2', '13.3', '42.1' ],
+ 'openSUSE' => [ '13.2', '13.3', '42.1', '42.2' ],
'SLE' => [ '10.4', '11.4', '12.0', '12.1', '12.2' ],
'Tumbleweed' => ['2016*'],
);