From 5eb9021663b033a695802e5d960795c1b338f1d1 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Thu, 5 Apr 2018 14:19:44 +0200 Subject: [PATCH] Do not run optional test on RHEL --- perl-ExtUtils-Install.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/perl-ExtUtils-Install.spec b/perl-ExtUtils-Install.spec index 05ac633..d3c534c 100644 --- a/perl-ExtUtils-Install.spec +++ b/perl-ExtUtils-Install.spec @@ -1,5 +1,9 @@ # Run optional test +%if ! (0%{?rhel}) %bcond_without perl_ExtUtils_Install_enables_optional_test +%else +%bcond_with perl_ExtUtils_Install_enables_optional_test +%endif Name: perl-ExtUtils-Install Version: 2.14