Do not run optional test on RHEL
This commit is contained in:
parent
a7fe5c9fd0
commit
ce79e1d991
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user