From b590a24c06e896f572f257675036099adab7d343 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jan 20 2020 19:16:10 +0000 Subject: Properly escape nested macro calls --- diff --git a/python-reno.spec b/python-reno.spec index 0925858..3eaacb9 100644 --- a/python-reno.spec +++ b/python-reno.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}} %global pypi_name reno