Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-check-updates > Changes
Sign Up | Log In

Changes of Revision 10

[-] Changed nagios-plugins-check-updates.changes
x
 
1
@@ -1,4 +1,10 @@
2
 -------------------------------------------------------------------
3
+Wed Dec 11 07:05:29 UTC 2019 - Local OBS User <cs@linux-administrator.com>
4
+
5
+- update to release 1.7.6
6
+- reworked patches for XCP-NG support and outputfix
7
+
8
+-------------------------------------------------------------------
9
 Wed Oct  2 20:56:47 UTC 2019 - Local OBS User <cs@linux-administrator.com>
10
 
11
 - add check_updates-1.7.5-outputfix.diff
12
[-] Changed nagios-plugins-check-updates.spec ^
32
 
1
@@ -5,7 +5,7 @@
2
 %define debug_package %{nil}
3
 
4
 Name:          nagios-plugins-check-updates
5
-Version:       1.7.5
6
+Version:       1.7.6
7
 Release:       10%{?dist}
8
 Summary:       A Nagios plugin to check if Red Hat or Fedora system is up-to-date
9
 
10
@@ -13,9 +13,9 @@
11
 License:       GPLv3+
12
 URL:           https://github.com/matteocorti/check_updates
13
 Source:        https://github.com/matteocorti/check_updates/releases/download/v%{version}/check_updates-%{version}.tar.gz
14
-Patch0:           check_updates-1.6.23-xcpng.patch
15
+Patch0:           check_updates-1.7.6-xcpng.patch
16
 Patch1:        check_updates-1.7.5_version.diff
17
-Patch2:        check_updates-1.7.5-outputfix.diff
18
+Patch2:        check_updates-1.7.6-outputfix.diff
19
 BuildRequires: perl-generators
20
 BuildRequires: perl(ExtUtils::MakeMaker)
21
 BuildRequires: perl(Test::More)
22
@@ -30,7 +30,9 @@
23
 #   Fedora <= 18         : yum-plugin-security (yum-utils subpackage; also provides yum-security)
24
 #   Red Hat Enterprise 6 : yum-plugin-security (yum-utils subpackage; also provides yum-security)
25
 #   Red Hat Enterprise 5 : yum-security (yum-utils subpackage)
26
+%if 0%{?rhel} < 8
27
 Requires:      yum-plugin-security
28
+%endif
29
 Requires:      perl(Monitoring::Plugin)
30
 
31
 Obsoletes:     check_updates
32
[+] Added check_updates-1.7.6-outputfix.diff ^
Added check_updates-1.7.6.tar.gz ^