Changes of Revision 6
[-] | 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 +Patch1: check_updates-1.7.5_travis.diff 6 BuildRequires: perl-generators 7 BuildRequires: perl(ExtUtils::MakeMaker) 8 BuildRequires: perl(Test::More) 9
10 %prep 11 %setup -q -n %{plugin}-%{version} 12 %patch0 13 +%patch1 14 15 %build 16 %{__perl} Makefile.PL INSTALLDIRS=vendor \ 17 |
||
[+] | Added | check_updates-1.7.5_travis.diff ^ |
@@ -0,0 +1,7 @@ +--- .travis.yml.orig 2019-10-01 15:47:18.774189063 +0200 ++++ .travis.yml 2019-10-01 15:48:12.822189013 +0200 +@@ -2,3 +2,4 @@ + perl: + - '5.28' + - '5.26' ++ - '5.16' |