Do not run optional test on RHEL
This commit is contained in:
parent
77c24566b9
commit
c91f221d2b
@ -2,7 +2,11 @@
|
||||
# (Socket::inet_aton('pool.sks-keyservers.net')).
|
||||
%bcond_with perl_CPAN_enables_gnupg_test
|
||||
# Run optional test
|
||||
%if ! (0%{?rhel})
|
||||
%bcond_without perl_CPAN_enables_optional_test
|
||||
%else
|
||||
%bcond_with perl_CPAN_enables_optional_test
|
||||
%endif
|
||||
|
||||
%global cpan_version 2.16
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user