From dd5257f3c43cd321eee337ca17301748fe492356 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Wed, 24 Jan 2018 06:06:15 +0000 Subject: [PATCH] Enable python3 for rhel > 7 --- lensfun.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lensfun.spec b/lensfun.spec index 25577ce..191ed3f 100644 --- a/lensfun.spec +++ b/lensfun.spec @@ -1,5 +1,4 @@ - -%if !0%{?bootstrap} && 0%{?fedora} > 23 +%if !0%{?bootstrap} && (0%{?fedora} > 23 || 0%{?rhel} > 7) %global tests 1 %global python3 1 %endif