Skip to content

Commit 1978ac8

Browse files
committed
add sle15-sp7 and bump version to 1.98.11
1 parent 73a2e3f commit 1978ac8

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

check_zypper.pl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
# constants
5656
$PROGNAME = "check_zypper";
57-
$VERSION = '1.98.10';
57+
$VERSION = '1.98.11';
5858
$DEBUG = 0;
5959

6060
# variables
@@ -96,9 +96,9 @@
9696
0 => 'OK',
9797
);
9898
our %supported_release = (
99-
'openSUSE' => [ '15.4', '15.5', '15.6', '16.0' ],
100-
'SLE' => [ '11.4', '12.5', '15.3', '15.4', '15.5', '15.6', '16.0' ],
101-
'Tumbleweed' => [ '2023*', '2024*' ],
99+
'openSUSE' => [ '15.6', '16.0' ],
100+
'SLE' => [ '11.4', '12.5', '15.3', '15.4', '15.5', '15.6', '15.7', '16.0' ],
101+
'Tumbleweed' => [ '2023*', '2024*', '2025' ],
102102
);
103103
$opt_w = 'recommended,optional,unsupported,local_package';
104104
$opt_c = 'security';

monitoring-plugins-zypper.changes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
-------------------------------------------------------------------
2+
Sat Mar 22 11:36:56 CET 2025 - Ruediger Oertel <ro@suse.de>
3+
4+
- update to 1.98.11
5+
+ remove openSUSE Leap 15.4, 15.5
6+
+ add SLE-15-SP7
7+
+ add Tumbleweed 2025
8+
19
-------------------------------------------------------------------
210
Mon Jul 10 10:12:41 UTC 2023 - Lars Vogdt <lars@linux-schulserver.de>
311

monitoring-plugins-zypper.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Name: monitoring-plugins-zypper
2626
Summary: Check for software updates via zypper
2727
License: BSD-3-Clause
2828
Group: System/Monitoring
29-
Version: 1.98.10
29+
Version: 1.98.11
3030
Release: 0
3131
URL: https://github.com/lrupp/monitoring-plugins-zypper
3232
Source0: %{name}-%{version}.tar.xz

0 commit comments

Comments
 (0)