From e66f763b8956b9979fb7a6e999ffedf347014b69 Mon Sep 17 00:00:00 2001 From: basebuilder_pel7x64builder0 Date: Wed, 6 Jun 2018 11:02:40 +0200 Subject: [PATCH] unbound we can now build py2 and py3 packages Signed-off-by: basebuilder_pel7x64builder0 --- SPECS/unbound.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SPECS/unbound.spec b/SPECS/unbound.spec index d311c6aa..eee4a388 100644 --- a/SPECS/unbound.spec +++ b/SPECS/unbound.spec @@ -25,9 +25,9 @@ %endif # with_python2 && rhel <= 6 %if 0%{?rhel} <= 7 -%global with_python3 0 +%global with_python3 1 %else -%global with_python2 0 +%global with_python2 1 %endif # rhel <= 7 %endif # rhel