From ebe01d346f3edf6170afc16a8e4cf042fff5d438 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jan 20 2020 19:16:09 +0000 Subject: Properly escape nested macro calls --- diff --git a/python-novaclient.spec b/python-novaclient.spec index 65518c1..e9963e1 100644 --- a/python-novaclient.spec +++ b/python-novaclient.spec @@ -5,9 +5,9 @@ %global pyver 2 %endif %global pyver_bin python%{pyver} -%global pyver_sitelib %python%{pyver}_sitelib -%global pyver_install %py%{pyver}_install -%global pyver_build %py%{pyver}_build +%global pyver_sitelib %{expand:%{python%{pyver}_sitelib}} +%global pyver_install %{expand:%{py%{pyver}_install}} +%global pyver_build %{expand:%{py%{pyver}_build}} # End of macros for py2/py3 compatibility %{!?upstream_version: %global upstream_version %{version}%{?milestone}}