Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
nagios-plugins-check-updates
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 5
[-]
[+]
Changed
nagios-plugins-check-updates.spec
@@ -14,7 +14,6 @@ URL: https://github.com/matteocorti/check_updates Source: https://github.com/matteocorti/check_updates/releases/download/v%{version}/check_updates-%{version}.tar.gz Patch0: check_updates-1.6.23-xcpng.patch -Patch1: check_updates-1.7.5_Module-Install.diff BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) @@ -41,12 +40,12 @@ %prep %setup -q -n %{plugin}-%{version} %patch0 -%patch1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor \ INSTALLSCRIPT=%{nagiospluginsdir} \ INSTALLVENDORSCRIPT=%{nagiospluginsdir} + make %{?_smp_mflags} %install @@ -58,7 +57,7 @@ %{_fixperms} %{buildroot}/* %check -make test +#make test %files