From 629d2ae438bd0c8cd8243bfa308f107ba330c1d8 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Mon, 16 Jul 2018 15:53:21 +0200 Subject: [PATCH] fix conditional enabling python2 subpackage (#1600446) --- newt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newt.spec b/newt.spec index 1bc2e38..ada4215 100644 --- a/newt.spec +++ b/newt.spec @@ -1,4 +1,4 @@ -%if ! 0%{?rhel} >= 8 +%if !(0%{?rhel} >= 8) %global with_python2 1 %endif