Do not run optional test on RHEL

epel9
Jitka Plesnikova 7 years ago
parent d1a7fb0376
commit 785958ba40

@ -1,9 +1,15 @@
# Run optional test # Run optional test
%if !%{defined perl_bootstrap} %if !%{defined perl_bootstrap}
%if ! (0%{?rhel})
%bcond_without perl_B_Debug_enables_optional_test %bcond_without perl_B_Debug_enables_optional_test
%else %else
%bcond_with perl_B_Debug_enables_optional_test %bcond_with perl_B_Debug_enables_optional_test
%endif %endif
%else
%_without_perl_B_Debug_enables_optional_test 1
%_with_perl_B_Debug_enables_optional_test 0
%endif
Name: perl-B-Debug Name: perl-B-Debug
Version: 1.26 Version: 1.26

Loading…
Cancel
Save