From bb5f5f9c296f608d9628b92bb9fcbeadb1bd9e40 Mon Sep 17 00:00:00 2001 From: Robert-André Mauchin Date: Apr 03 2019 14:55:12 +0000 Subject: Fix altipaths expansion in template Signed-off-by: Robert-André Mauchin --- diff --git a/go2rpm/templates/main.spec b/go2rpm/templates/main.spec index ae9400f..1e5f3f8 100644 --- a/go2rpm/templates/main.spec +++ b/go2rpm/templates/main.spec @@ -19,7 +19,7 @@ Version: {{ version }} %gometa {% if altipaths is not none %} -%global goaltipaths {{ altipaths }} +%global goaltipaths {{ altipaths|join(' ') }} {% endif %} %global common_description %{expand: