Do not run optional test on RHEL

This commit is contained in:
Jitka Plesnikova 2018-04-06 15:33:44 +02:00
parent 2c32504802
commit 844122c4ab

View File

@ -1,4 +1,8 @@
%if ! (0%{?rhel})
%{bcond_without perl_Try_Tiny_enables_optional_test}
%else
%{bcond_with perl_Try_Tiny_enables_optional_test}
%endif
Name: perl-Try-Tiny
Summary: Minimal try/catch with proper localization of $@