Do not run optional test on RHEL

This commit is contained in:
Jitka Plesnikova 2018-04-06 10:31:29 +02:00
parent ee639afaa3
commit dede636df6

View File

@ -1,7 +1,12 @@
%if ! (0%{?rhel})
# Run extra test
%bcond_without perl_Module_Implementation_enables_extra_test
# Run optional test
%bcond_without perl_Module_Implementation_enables_optional_test
%else
%bcond_with perl_Module_Implementation_enables_extra_test
%bcond_with perl_Module_Implementation_enables_optional_test
%endif
Name: perl-Module-Implementation
Version: 0.09