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

Changes of Revision 17

[-] Changed nagios-plugins-check-updates.changes
x
 
1
@@ -1,4 +1,14 @@
2
 -------------------------------------------------------------------
3
+Fri Jul  7 13:28:18 UTC 2023 - Carsten Schöne <carsten.schoene@internetx.com>
4
+
5
+- update to release 2.0.4 
6
+
7
+-------------------------------------------------------------------
8
+Wed Dec 21 11:03:58 UTC 2022 - Carsten Schöne <carsten.schoene@internetx.com>
9
+
10
+- update to release 2.0.3 
11
+
12
+-------------------------------------------------------------------
13
 Fri Jun 26 09:05:13 UTC 2020 - Local OBS User <cs@linux-administrator.com>
14
 
15
 - update to release 1.7.12 
16
[-] Changed nagios-plugins-check-updates.spec ^
69
 
1
@@ -5,7 +5,7 @@
2
 %define debug_package %{nil}
3
 
4
 Name:          nagios-plugins-check-updates
5
-Version:       1.8.0
6
+Version:       2.0.4
7
 Release:       30%{?dist}
8
 Summary:       A Nagios plugin to check if Red Hat or Fedora system is up-to-date
9
 
10
@@ -14,18 +14,20 @@
11
 URL:           https://github.com/matteocorti/check_updates
12
 Source:        https://github.com/matteocorti/check_updates/releases/download/v%{version}/check_updates-%{version}.tar.gz
13
 Patch0:           check_updates-1.7.6-xcpng.patch
14
-Patch1:        check_updates-1.7.5_version.diff
15
+Patch1:        check_updates-1.8.0_version.diff
16
 Patch2:        check_updates-1.7.10-outputfix.diff
17
 Patch3:        check_updates-1.8.0-alma-rocky-linux.patch
18
-BuildRequires: perl-generators
19
 BuildRequires: perl(ExtUtils::MakeMaker)
20
 BuildRequires: perl(Test::More)
21
 BuildRequires: perl(Module::Install)
22
-BuildRequires: perl(Monitoring::Plugin)
23
-BuildRequires: perl(Readonly)
24
 
25
 Requires:      nagios-plugins
26
 Requires:      which
27
+Requires:  perl(Carp)
28
+Requires:  perl(English)
29
+Requires:  perl(Monitoring::Plugin)
30
+Requires:  perl(POSIX)
31
+Requires:  perl(Readonly)
32
 Requires:  perl(Params::Validate)
33
 Requires:  perl(Math::Calc::Units)
34
 Requires:  perl(Class::Accessor)
35
@@ -36,7 +38,7 @@
36
 #   Fedora <= 18         : yum-plugin-security (yum-utils subpackage; also provides yum-security)
37
 #   Red Hat Enterprise 6 : yum-plugin-security (yum-utils subpackage; also provides yum-security)
38
 #   Red Hat Enterprise 5 : yum-security (yum-utils subpackage)
39
-%if 0%{?rhel} < 8
40
+%if 0%{?rhel} && 0%{?rhel} < 8
41
 Requires:      yum-plugin-security
42
 %endif
43
 Requires:      perl(Monitoring::Plugin)
44
@@ -49,12 +51,12 @@
45
 
46
 %prep
47
 %setup -q -n %{plugin}-%{version}
48
-%patch0
49
-%if 0%{?centos_version} < 800 || 0%{?rhel_version} < 800
50
+## %patch0
51
+%if ( 0%{?centos_version} && 0%{?centos_version} < 800 ) || ( 0%{?rhel_version} && 0%{?rhel_version} < 800 ) || ( 0%{?rhel} && 0%{?rhel} < 8 )
52
 %patch1
53
 %endif
54
 %patch2
55
-%patch3
56
+## %patch3
57
 
58
 %build
59
 %{__perl} Makefile.PL INSTALLDIRS=vendor \
60
@@ -76,7 +78,7 @@
61
 
62
 
63
 %files
64
-%doc AUTHORS Changes NEWS README.md COPYING COPYRIGHT
65
+%doc AUTHORS.md Changes NEWS README.md COPYING COPYRIGHT
66
 %{nagiospluginsdir}/*
67
 %{_mandir}/man1/*.1*
68
 
69
[+] Added check_updates-1.8.0_version.diff ^
Added check_updates-2.0.4.tar.gz ^