From e1628fb3cedc16ec756b49bd41f6b38b9b9e3f3b Mon Sep 17 00:00:00 2001 From: Mikel Olasagasti Uranga Date: Nov 16 2023 18:44:55 +0000 Subject: Remove unneded tag from template Since 8b6977d Name tag is set to the generated or wanted name instead of using %goname. This change makes having a %goname tag in the template useless. --- diff --git a/go2rpm/templates/profile2.spec b/go2rpm/templates/profile2.spec index 1dce456..928f6ef 100644 --- a/go2rpm/templates/profile2.spec +++ b/go2rpm/templates/profile2.spec @@ -38,10 +38,6 @@ Version: {{ tag }} %gometa -f {% endif %} -{% if goname %} -%global goname {{ goname }} -{% endif %} - {% if altipaths is not none %} %global goaltipaths {{ altipaths|join(' ') }}