From 85eb829f09307d176cc9f7eaf560379b6157f3ca Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 8 Jul 2017 14:35:31 -0500 Subject: [PATCH] disable python3 on epel Signed-off-by: Dennis Gilmore --- koji.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koji.spec b/koji.spec index a0ddc4f..b21af68 100644 --- a/koji.spec +++ b/koji.spec @@ -1,6 +1,6 @@ # Enable Python 3 builds for Fedora + EPEL >5 # NOTE: do **NOT** change 'epel' to 'rhel' here, as this spec is also -%if 0%{?fedora} || 0%{?epel} > 5 +%if 0%{?fedora} %bcond_without python3 # If the definition isn't available for python3_pkgversion, define it %{?!python3_pkgversion:%global python3_pkgversion 3}