From 3dbde91000bed6db4fce498c11339626c735c51f Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Mon, 2 Dec 2019 00:25:43 +0100 Subject: [PATCH] Use python3 on EPEL8 --- tito.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tito.spec b/tito.spec index 28ac928..0a1b036 100644 --- a/tito.spec +++ b/tito.spec @@ -1,4 +1,4 @@ -%if 0%{?fedora} +%if 0%{?rhel} > 7 || 0%{?fedora} %global use_python3 1 %global use_python2 0 %global pythonbin %{__python3}