From 8d5cbb0e2f369dee60c12075b9978e83306c4a60 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jan 20 2020 19:16:08 +0000 Subject: Properly escape nested macro calls --- diff --git a/python-aodhclient.spec b/python-aodhclient.spec index 88f106e..ca7977d 100644 --- a/python-aodhclient.spec +++ b/python-aodhclient.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 %global pypi_name aodhclient