Changes of Revision 4
[-] | Changed | nagios-plugins-check-updates.spec |
x 1
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
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 ^ |
@@ -0,0 +1,10 @@ +--- Makefile.PL.orig 2019-10-01 12:52:40.984392849 +0200 ++++ Makefile.PL 2019-10-01 12:53:01.544392880 +0200 +@@ -1,6 +1,6 @@ + # Load the Module::Install bundled in ./inc/ + use lib '.'; # added since from Perl 5.26 '.' is no more in @INC +-use inc::Module::Install; ++use Module::Install; + + ############################################################################## + # Define metadata (we read it from the binary) |