Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package monitoring-plugins-zypper for 
openSUSE:Factory checked in at 2023-03-28 17:50:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/monitoring-plugins-zypper (Old)
 and      /work/SRC/openSUSE:Factory/.monitoring-plugins-zypper.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "monitoring-plugins-zypper"

Tue Mar 28 17:50:05 2023 rev:20 rq:1074985 version:1.98.9

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/monitoring-plugins-zypper/monitoring-plugins-zypper.changes
      2021-04-23 17:50:52.134819270 +0200
+++ 
/work/SRC/openSUSE:Factory/.monitoring-plugins-zypper.new.31432/monitoring-plugins-zypper.changes
   2023-03-28 17:50:06.947192112 +0200
@@ -1,0 +2,17 @@
+Tue Mar 28 10:22:13 UTC 2023 - Lars Vogdt <[email protected]>
+
+- update to 1.98.9
+  + remove openSUSE Leap 15.2
+  + remove SLE-15-SP2
+  + remove Tumbleweed < 2023
+
+-------------------------------------------------------------------
+Mon Mar 20 19:11:07 UTC 2023 - Lars Vogdt <[email protected]>
+
+- update to 1.98.8
+  + allow more recent versions: 
+    - openSUSE 15.5
+    - Tumbleweed 2023*
+    - SLE 15.5
+
+-------------------------------------------------------------------
@@ -38,0 +56,6 @@
+
+-------------------------------------------------------------------
+Fri Feb 24 09:07:56 UTC 2020 - Lars Vogdt <[email protected]>
+
+- update to 1.98.4
+  + allow rpm to read files below /etc/popt.d/

Old:
----
  monitoring-plugins-zypper-1.98.7.tar.xz

New:
----
  monitoring-plugins-zypper-1.98.9.tar.xz

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

Other differences:
------------------
++++++ monitoring-plugins-zypper.spec ++++++
--- /var/tmp/diff_new_pack.4TSNE7/_old  2023-03-28 17:50:07.323193927 +0200
+++ /var/tmp/diff_new_pack.4TSNE7/_new  2023-03-28 17:50:07.327193945 +0200
@@ -26,7 +26,7 @@
 Summary:        Check for software updates via zypper
 License:        BSD-3-Clause
 Group:          System/Monitoring
-Version:        1.98.7
+Version:        1.98.9
 Release:        0
 URL:            https://github.com/lrupp/monitoring-plugins-zypper
 Source0:        %{name}-%{version}.tar.xz

++++++ _service ++++++
--- /var/tmp/diff_new_pack.4TSNE7/_old  2023-03-28 17:50:07.363194119 +0200
+++ /var/tmp/diff_new_pack.4TSNE7/_new  2023-03-28 17:50:07.367194139 +0200
@@ -1,7 +1,7 @@
 <services>
    <service name="tar_scm" mode="localonly">
-     <param name="revision">v1.98.7</param>
-     <param name="version">1.98.7</param>
+     <param name="revision">v1.98.9</param>
+     <param name="version">1.98.9</param>
      <param name="scm">git</param>
      <param 
name="url">https://github.com/lrupp/monitoring-plugins-zypper.git</param>
      <param name="filename">monitoring-plugins-zypper</param>

++++++ monitoring-plugins-zypper-1.98.7.tar.xz -> 
monitoring-plugins-zypper-1.98.9.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/monitoring-plugins-zypper-1.98.7/apparmor-abstractions-rpm 
new/monitoring-plugins-zypper-1.98.9/apparmor-abstractions-rpm
--- old/monitoring-plugins-zypper-1.98.7/apparmor-abstractions-rpm      
2021-04-22 17:04:35.000000000 +0200
+++ new/monitoring-plugins-zypper-1.98.9/apparmor-abstractions-rpm      
2023-03-28 12:23:59.000000000 +0200
@@ -2,6 +2,8 @@
     network inet6 dgram,
 
     /proc/filesystems r,
+    /etc/popt.d/ r,
+    /etc/popt.d/* r,
     /etc/resolv.conf r,
     /etc/nsswitch.conf r,
     /etc/host.conf r,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/monitoring-plugins-zypper-1.98.7/check_zypper.pl 
new/monitoring-plugins-zypper-1.98.9/check_zypper.pl
--- old/monitoring-plugins-zypper-1.98.7/check_zypper.pl        2021-04-22 
17:04:35.000000000 +0200
+++ new/monitoring-plugins-zypper-1.98.9/check_zypper.pl        2023-03-28 
12:23:59.000000000 +0200
@@ -54,7 +54,7 @@
 
 # constants
 $PROGNAME = "check_zypper";
-$VERSION  = '1.98.7';
+$VERSION  = '1.98.9';
 $DEBUG    = 0;
 
 # variables
@@ -96,9 +96,9 @@
     0 => 'OK',
 );
 our %supported_release = (
-    'openSUSE' => [ '15.2', '15.3', '15.4' ],
-    'SLE' => [ '11.4', '12.5', '15.2', '15.3', '15.4' ],
-    'Tumbleweed' => ['2021*'],
+    'openSUSE' => [ '15.3', '15.4', '15.5' ],
+    'SLE' => [ '11.4', '12.5', '15.3', '15.4', '15.5' ],
+    'Tumbleweed' => [ '2023*' ],
 );
 $opt_w = 'recommended,optional,unsupported,local_package';
 $opt_c = 'security';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/monitoring-plugins-zypper-1.98.7/monitoring-plugins-zypper.changes 
new/monitoring-plugins-zypper-1.98.9/monitoring-plugins-zypper.changes
--- old/monitoring-plugins-zypper-1.98.7/monitoring-plugins-zypper.changes      
2021-04-22 17:04:35.000000000 +0200
+++ new/monitoring-plugins-zypper-1.98.9/monitoring-plugins-zypper.changes      
2023-03-28 12:23:59.000000000 +0200
@@ -1,4 +1,66 @@
 -------------------------------------------------------------------
+Tue Mar 28 10:22:13 UTC 2023 - Lars Vogdt <[email protected]>
+
+- update to 1.98.9
+  + remove openSUSE Leap 15.2
+  + remove SLE-15-SP2
+  + remove Tumbleweed < 2023
+
+-------------------------------------------------------------------
+Mon Mar 20 19:11:07 UTC 2023 - Lars Vogdt <[email protected]>
+
+- update to 1.98.8
+  + allow more recent versions: 
+    - openSUSE 15.5
+    - Tumbleweed 2023*
+    - SLE 15.5
+
+-------------------------------------------------------------------
+Thu Apr 22 14:59:13 UTC 2021 - Lars Vogdt <[email protected]>
+
+- update to 1.98.7:
+  + remove unsupported Leap 15.1 and SLE 15 GA and and SP1
+  + add Leap 15.4 and SLE 15 SP4 as supported
+  + Tumbleweed should be at least from 2021
+  + Add user icinga to the sudo configuration (PR#1 thanks to mhauke)
+
+-------------------------------------------------------------------
+Mon Aug 10 14:58:53 UTC 2020 - Lars Vogdt <[email protected]>
+
+- Update to 1.98.6 (fixes boo#1173872)
+  Beside other, small updates, this release includes first support for the
+  rolling release named openSUSE Tumbleweed.
+
+  Per default, a Tumbleweed installation which is older than 30 days will 
trigger
+  a warning state - and an installation older than 60 days will trigger a
+  critical state. You can fine tune this behavior with the new command line
+  options --tw_outdated_warn and --tw_outdated_crit.
+
+  Other changes:
+  * use proper Copyright
+  * use Perl modules: POSIX and Time::Local
+  * die, if release-file could not be opened
+  * get rid of get_distribution_from_os_release() function: use
+    get_distribution() for all cases
+  * new test_tumbleweed() and check_returncode() functions (internal)
+  * trim quotation marks in trim() function
+  * added some os-release files for testing
+- Recommend perl only on openSUSE based distributions
+- Require needed Perl modules: Getopt::Long, POSIX, Time::Local
+
+-------------------------------------------------------------------
+Fri Jul  3 08:16:21 UTC 2020 - Ismail Dönmez <[email protected]>
+
+- Update to 1.98.5
+  * Adjust support status of SLE, Leap and Tumbleweed releases
+
+-------------------------------------------------------------------
+Fri Feb 24 09:07:56 UTC 2023 - Lars Vogdt <[email protected]>
+
+- update to 1.98.4
+  + allow rpm to read files below /etc/popt.d/
+
+-------------------------------------------------------------------
 Mon Nov 25 10:58:27 UTC 2019 - Lars Vogdt <[email protected]>
 
 - update to 1.98.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/monitoring-plugins-zypper-1.98.7/monitoring-plugins-zypper.spec 
new/monitoring-plugins-zypper-1.98.9/monitoring-plugins-zypper.spec
--- old/monitoring-plugins-zypper-1.98.7/monitoring-plugins-zypper.spec 
2021-04-22 17:04:35.000000000 +0200
+++ new/monitoring-plugins-zypper-1.98.9/monitoring-plugins-zypper.spec 
2023-03-28 12:23:59.000000000 +0200
@@ -26,21 +26,29 @@
 Summary:        Check for software updates via zypper
 License:        BSD-3-Clause
 Group:          System/Monitoring
-Version:        1.98.4
+Version:        1.98.9
 Release:        0
 URL:            https://github.com/lrupp/monitoring-plugins-zypper
 Source0:        %{name}-%{version}.tar.xz
 Requires:       gawk
 Requires:       grep
 Requires:       rpm
+Requires:       perl(Getopt::Long)
+Requires:       perl(POSIX)
+Requires:       perl(Time::Local)
+%if 0%{?suse_version} < 1200
+BuildRequires:  xz
+%endif
 %if 0%{?suse_version} > 1310
 BuildRequires:  sudo
 Requires:       sudo
 %endif
+%if 0%{?suse_version}
 # nagios can execute the script with embedded perl
 Recommends:     perl 
 Recommends:     apparmor-parser
 BuildRequires:  apparmor-parser
+%endif
 %if 0%{?suse_version} > 1320
 Requires:       apparmor-abstractions
 %else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/monitoring-plugins-zypper-1.98.7/t/os-release-SLE_12_SP5 
new/monitoring-plugins-zypper-1.98.9/t/os-release-SLE_12_SP5
--- old/monitoring-plugins-zypper-1.98.7/t/os-release-SLE_12_SP5        
1970-01-01 01:00:00.000000000 +0100
+++ new/monitoring-plugins-zypper-1.98.9/t/os-release-SLE_12_SP5        
2023-03-28 12:23:59.000000000 +0200
@@ -0,0 +1,7 @@
+NAME="SLES"
+VERSION="12-SP5"
+VERSION_ID="12.5"
+PRETTY_NAME="SUSE Linux Enterprise Server 12 SP5"
+ID="sles"
+ANSI_COLOR="0;32"
+CPE_NAME="cpe:/o:suse:sles:12:sp5"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/monitoring-plugins-zypper-1.98.7/t/os-release-SLE_15_SP3 
new/monitoring-plugins-zypper-1.98.9/t/os-release-SLE_15_SP3
--- old/monitoring-plugins-zypper-1.98.7/t/os-release-SLE_15_SP3        
1970-01-01 01:00:00.000000000 +0100
+++ new/monitoring-plugins-zypper-1.98.9/t/os-release-SLE_15_SP3        
2023-03-28 12:23:59.000000000 +0200
@@ -0,0 +1,8 @@
+NAME="SLES"
+VERSION="15-SP3"
+VERSION_ID="15.3"
+PRETTY_NAME="SUSE Linux Enterprise Server 15 SP3"
+ID="sles"
+ID_LIKE="suse"
+ANSI_COLOR="0;32"
+CPE_NAME="cpe:/o:suse:sles:15:sp3"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/monitoring-plugins-zypper-1.98.7/t/os-release-SLE_15_SP4 
new/monitoring-plugins-zypper-1.98.9/t/os-release-SLE_15_SP4
--- old/monitoring-plugins-zypper-1.98.7/t/os-release-SLE_15_SP4        
1970-01-01 01:00:00.000000000 +0100
+++ new/monitoring-plugins-zypper-1.98.9/t/os-release-SLE_15_SP4        
2023-03-28 12:23:59.000000000 +0200
@@ -0,0 +1,8 @@
+NAME="SLES"
+VERSION="15-SP4"
+VERSION_ID="15.4"
+PRETTY_NAME="SUSE Linux Enterprise Server 15 SP4"
+ID="sles"
+ID_LIKE="suse"
+ANSI_COLOR="0;32"
+CPE_NAME="cpe:/o:suse:sles:15:sp4"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/monitoring-plugins-zypper-1.98.7/t/os-release-SLE_15_SP5 
new/monitoring-plugins-zypper-1.98.9/t/os-release-SLE_15_SP5
--- old/monitoring-plugins-zypper-1.98.7/t/os-release-SLE_15_SP5        
1970-01-01 01:00:00.000000000 +0100
+++ new/monitoring-plugins-zypper-1.98.9/t/os-release-SLE_15_SP5        
2023-03-28 12:23:59.000000000 +0200
@@ -0,0 +1,8 @@
+NAME="SLES"
+VERSION="15-SP5"
+VERSION_ID="15.5"
+PRETTY_NAME="SUSE Linux Enterprise Server 15 SP5"
+ID="sles"
+ID_LIKE="suse"
+ANSI_COLOR="0;32"
+CPE_NAME="cpe:/o:suse:sles:15:sp5"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/monitoring-plugins-zypper-1.98.7/t/os-release-leap_15.3 
new/monitoring-plugins-zypper-1.98.9/t/os-release-leap_15.3
--- old/monitoring-plugins-zypper-1.98.7/t/os-release-leap_15.3 1970-01-01 
01:00:00.000000000 +0100
+++ new/monitoring-plugins-zypper-1.98.9/t/os-release-leap_15.3 2023-03-28 
12:23:59.000000000 +0200
@@ -0,0 +1,10 @@
+NAME="openSUSE Leap"
+VERSION="15.3"
+ID="opensuse-leap"
+ID_LIKE="suse opensuse"
+VERSION_ID="15.3"
+PRETTY_NAME="openSUSE Leap 15.3"
+ANSI_COLOR="0;32"
+CPE_NAME="cpe:/o:opensuse:leap:15.3"
+BUG_REPORT_URL="https://bugs.opensuse.org";
+HOME_URL="https://www.opensuse.org/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/monitoring-plugins-zypper-1.98.7/t/os-release-leap_15.4 
new/monitoring-plugins-zypper-1.98.9/t/os-release-leap_15.4
--- old/monitoring-plugins-zypper-1.98.7/t/os-release-leap_15.4 1970-01-01 
01:00:00.000000000 +0100
+++ new/monitoring-plugins-zypper-1.98.9/t/os-release-leap_15.4 2023-03-28 
12:23:59.000000000 +0200
@@ -0,0 +1,10 @@
+NAME="openSUSE Leap"
+VERSION="15.4"
+ID="opensuse-leap"
+ID_LIKE="suse opensuse"
+VERSION_ID="15.4"
+PRETTY_NAME="openSUSE Leap 15.4"
+ANSI_COLOR="0;32"
+CPE_NAME="cpe:/o:opensuse:leap:15.4"
+BUG_REPORT_URL="https://bugs.opensuse.org";
+HOME_URL="https://www.opensuse.org/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/monitoring-plugins-zypper-1.98.7/t/os-release-leap_15.5 
new/monitoring-plugins-zypper-1.98.9/t/os-release-leap_15.5
--- old/monitoring-plugins-zypper-1.98.7/t/os-release-leap_15.5 1970-01-01 
01:00:00.000000000 +0100
+++ new/monitoring-plugins-zypper-1.98.9/t/os-release-leap_15.5 2023-03-28 
12:23:59.000000000 +0200
@@ -0,0 +1,10 @@
+NAME="openSUSE Leap"
+VERSION="15.5"
+ID="opensuse-leap"
+ID_LIKE="suse opensuse"
+VERSION_ID="15.5"
+PRETTY_NAME="openSUSE Leap 15.5"
+ANSI_COLOR="0;32"
+CPE_NAME="cpe:/o:opensuse:leap:15.5"
+BUG_REPORT_URL="https://bugs.opensuse.org";
+HOME_URL="https://www.opensuse.org/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/monitoring-plugins-zypper-1.98.7/t/os-release-tumbleweed_current 
new/monitoring-plugins-zypper-1.98.9/t/os-release-tumbleweed_current
--- old/monitoring-plugins-zypper-1.98.7/t/os-release-tumbleweed_current        
2021-04-22 17:04:35.000000000 +0200
+++ new/monitoring-plugins-zypper-1.98.9/t/os-release-tumbleweed_current        
2023-03-28 12:23:59.000000000 +0200
@@ -1,11 +1,12 @@
 NAME="openSUSE Tumbleweed"
-# VERSION="20200708"
+# VERSION="20230327"
 ID="opensuse-tumbleweed"
 ID_LIKE="opensuse suse"
-VERSION_ID="20200808"
+VERSION_ID="20230327"
 PRETTY_NAME="openSUSE Tumbleweed"
 ANSI_COLOR="0;32"
-CPE_NAME="cpe:/o:opensuse:tumbleweed:20200708"
+CPE_NAME="cpe:/o:opensuse:tumbleweed:20230327"
 BUG_REPORT_URL="https://bugs.opensuse.org";
 HOME_URL="https://www.opensuse.org/";
-LOGO="distributor-logo"
+DOCUMENTATION_URL="https://en.opensuse.org/Portal:Tumbleweed";
+LOGO="distributor-logo-Tumbleweed"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/monitoring-plugins-zypper-1.98.7/t/os-release-tumbleweed_warning 
new/monitoring-plugins-zypper-1.98.9/t/os-release-tumbleweed_warning
--- old/monitoring-plugins-zypper-1.98.7/t/os-release-tumbleweed_warning        
2021-04-22 17:04:35.000000000 +0200
+++ new/monitoring-plugins-zypper-1.98.9/t/os-release-tumbleweed_warning        
2023-03-28 12:23:59.000000000 +0200
@@ -1,11 +1,11 @@
 NAME="openSUSE Tumbleweed"
-# VERSION="20200108"
+# VERSION="20230101"
 ID="opensuse-tumbleweed"
 ID_LIKE="opensuse suse"
-VERSION_ID="20200711"
+VERSION_ID="20230101"
 PRETTY_NAME="openSUSE Tumbleweed"
 ANSI_COLOR="0;32"
-CPE_NAME="cpe:/o:opensuse:tumbleweed:20200108"
+CPE_NAME="cpe:/o:opensuse:tumbleweed:20230101"
 BUG_REPORT_URL="https://bugs.opensuse.org";
 HOME_URL="https://www.opensuse.org/";
 LOGO="distributor-logo"

Reply via email to