Do not run optional test on RHEL
This commit is contained in:
parent
86b7aa9614
commit
4911e4af2c
@ -1,7 +1,12 @@
|
||||
%if ! (0%{?rhel})
|
||||
# Run extra test
|
||||
%bcond_without perl_Package_Stash_XS_enables_extra_test
|
||||
# Run optional test
|
||||
%bcond_without perl_Package_Stash_XS_enables_optional_test
|
||||
%else
|
||||
%bcond_with perl_Package_Stash_XS_enables_extra_test
|
||||
%bcond_with perl_Package_Stash_XS_enables_optional_test
|
||||
%endif
|
||||
|
||||
Name: perl-Package-Stash-XS
|
||||
Version: 0.28
|
||||
|
Loading…
Reference in New Issue
Block a user