From e9e86c1674fbb4098e40b3f53d053823a2638649 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Mon, 21 Oct 2019 17:57:19 +0200 Subject: [PATCH] disable python2 subpackage on fedora >= 32 (#1763073) --- newt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newt.spec b/newt.spec index 909bea2..c658cd5 100644 --- a/newt.spec +++ b/newt.spec @@ -1,4 +1,4 @@ -%if !(0%{?rhel} >= 8) +%if !(0%{?fedora} >= 32 || 0%{?rhel} >= 8) %global with_python2 1 %endif