Do not run optional test on RHEL
This commit is contained in:
parent
04ebd44c72
commit
8388e1d7e6
@ -5,7 +5,11 @@
|
|||||||
%bcond_with perl_Unicode_UTF8_enables_Module_Install_ReadmeFromPod
|
%bcond_with perl_Unicode_UTF8_enables_Module_Install_ReadmeFromPod
|
||||||
%endif
|
%endif
|
||||||
# Run optional test
|
# Run optional test
|
||||||
|
%if ! (0%{?rhel})
|
||||||
%bcond_without perl_Unicode_UTF8_enables_optional_test
|
%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
|
Summary: Encoding and decoding of UTF-8 encoding form
|
||||||
Name: perl-Unicode-UTF8
|
Name: perl-Unicode-UTF8
|
||||||
|
Loading…
Reference in New Issue
Block a user