From 2e1ec6bdc834f745b819fc6d172108c530b8e388 Mon Sep 17 00:00:00 2001 From: "Stuart D. Gathman" Date: Wed, 23 May 2018 14:52:33 -0400 Subject: [PATCH] Make byte compilation use python2 --- cjdns.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/cjdns.spec b/cjdns.spec index 62a9c91..c16ae03 100644 --- a/cjdns.spec +++ b/cjdns.spec @@ -43,6 +43,7 @@ # FIXME: python tools need to make cjdnsadmin a proper python package %global with_python 1 +%global __python %{__python2} %{!?__restorecon: %global __restorecon /sbin/restorecon}