Hello community,
here is the log from the commit of package monitoring-plugins-zypper for
openSUSE:Factory checked in at 2016-10-23 12:51:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-09-12 13:25:55.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.monitoring-plugins-zypper.new/monitoring-plugins-zypper.changes
2016-10-23 12:51:32.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Oct 13 01:42:42 CEST 2016 - [email protected]
+
+- change Tumbleweed check, PRETTY_NAME is actually
+ "openSUSE Tumbleweed (DATEVERSION) (ARCH)"
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ check_zypper.pl ++++++
--- /var/tmp/diff_new_pack.pxKjA5/_old 2016-10-23 12:51:33.000000000 +0200
+++ /var/tmp/diff_new_pack.pxKjA5/_new 2016-10-23 12:51:33.000000000 +0200
@@ -143,12 +143,12 @@
if (/^PRETTY_NAME=\"SUSE Linux Enterprise.*/) {
$dist{'name'} = 'SLE';
}
+ elsif (/^PRETTY_NAME=\".*Tumbleweed.*/) {
+ $dist{'name'} = 'Tumbleweed';
+ }
elsif (/^PRETTY_NAME=\"openSUSE.*/) {
$dist{'name'} = 'openSUSE';
}
- elsif (/^PRETTY_NAME=\"Tumbleweed.*/) {
- $dist{'name'} = 'Tumbleweed';
- }
}
close(RELEASE);
open( RELEASE, "<$file" ) || warn("Could not open $file\n");