From 8388e1d7e68f7a87037a16cce388028d9f01a9b7 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Fri, 6 Apr 2018 16:07:41 +0200 Subject: [PATCH] Do not run optional test on RHEL --- perl-Unicode-UTF8.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/perl-Unicode-UTF8.spec b/perl-Unicode-UTF8.spec index 4d98e77..7d55746 100644 --- a/perl-Unicode-UTF8.spec +++ b/perl-Unicode-UTF8.spec @@ -5,7 +5,11 @@ %bcond_with perl_Unicode_UTF8_enables_Module_Install_ReadmeFromPod %endif # Run optional test +%if ! (0%{?rhel}) %bcond_without perl_Unicode_UTF8_enables_optional_test +%else +%bcond_with perl_Unicode_UTF8_enables_optional_test +%endif Summary: Encoding and decoding of UTF-8 encoding form Name: perl-Unicode-UTF8