From 3e2bcd86dae19d978c46cf7801a8cf78bed30c9a Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Fri, 6 Apr 2018 14:43:47 +0200 Subject: [PATCH] Do not run optional test on RHEL --- perl-Test-Fatal.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/perl-Test-Fatal.spec b/perl-Test-Fatal.spec index 93c40be..6880148 100644 --- a/perl-Test-Fatal.spec +++ b/perl-Test-Fatal.spec @@ -1,7 +1,12 @@ +%if ! (0%{?rhel}) # Run extra test %bcond_without perl_Test_Fatal_enables_extra_test # Run optional test %bcond_without perl_Test_Fatal_enables_optional_test +%else +%bcond_with perl_Test_Fatal_enables_extra_test +%bcond_with perl_Test_Fatal_enables_optional_test +%endif Summary: Incredibly simple helpers for testing code with exceptions Name: perl-Test-Fatal