Do not run optional test on RHEL
This commit is contained in:
parent
da1b7a87b0
commit
8799d71bc9
@ -1,5 +1,9 @@
|
|||||||
# Run optional test
|
# Run optional test
|
||||||
|
%if ! (0%{?rhel})
|
||||||
%bcond_without perl_libnet_enables_optional_test
|
%bcond_without perl_libnet_enables_optional_test
|
||||||
|
%else
|
||||||
|
%bcond_with perl_libnet_enables_optional_test
|
||||||
|
%endif
|
||||||
# SASL support
|
# SASL support
|
||||||
%bcond_without perl_libnet_enables_sasl
|
%bcond_without perl_libnet_enables_sasl
|
||||||
# SSL support
|
# SSL support
|
||||||
|
Loading…
Reference in New Issue
Block a user