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

Changes of Revision 4

[-] Changed nagios-plugins-check-updates.spec
x
 
1
@@ -14,11 +14,11 @@
2
 URL:           https://github.com/matteocorti/check_updates
3
 Source:        https://github.com/matteocorti/check_updates/releases/download/v%{version}/check_updates-%{version}.tar.gz
4
 Patch0:           check_updates-1.6.23-xcpng.patch
5
-
6
+Patch1:        check_updates-1.7.5_Module-Install.diff
7
 BuildRequires: perl-generators
8
 BuildRequires: perl(ExtUtils::MakeMaker)
9
 BuildRequires: perl(Test::More)
10
-#BuildRequires: perl(Module::Install)
11
+BuildRequires: perl(Module::Install)
12
 BuildRequires: perl(Monitoring::Plugin)
13
 BuildRequires: perl(Readonly)
14
 
15
@@ -41,6 +41,7 @@
16
 %prep
17
 %setup -q -n %{plugin}-%{version}
18
 %patch0
19
+%patch1
20
 
21
 %build
22
 %{__perl} Makefile.PL INSTALLDIRS=vendor \
23
[+] Added check_updates-1.7.5_Module-Install.diff ^