From f2c0d89d6217cd77d78e131652d7bdc8c7ce0903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Thu, 22 Feb 2018 20:49:44 +0100 Subject: [PATCH] spec: fixed building on f27 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jaroslav Škarvada --- tuned.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/tuned.spec b/tuned.spec index cb25f40..b72fbd0 100644 --- a/tuned.spec +++ b/tuned.spec @@ -21,6 +21,7 @@ %if %{with python3} %global _py python3 %else +%{!?python2_sitelib:%global python2_sitelib %{python_sitelib}} %if 0%{?rhel} && 0%{?rhel} < 8 %global _py python %else