Do not run optional test on RHEL

This commit is contained in:
Jitka Plesnikova 2018-04-05 11:51:09 +02:00
parent a7fe5c9fd0
commit ce79e1d991

View File

@ -1,7 +1,12 @@
%if ! (0%{?rhel})
# Run extra test # Run extra test
%bcond_without perl_Data_Section_enables_extra_test %bcond_without perl_Data_Section_enables_extra_test
# Run optional test # Run optional test
%bcond_without perl_Data_Section_enables_optional_test %bcond_without perl_Data_Section_enables_optional_test
%else
%bcond_with perl_Data_Section_enables_extra_test
%bcond_with perl_Data_Section_enables_optional_test
%endif
Name: perl-Data-Section Name: perl-Data-Section
Version: 0.200007 Version: 0.200007