In 71a215f the --name arg is added that sets the goname variable that is used by the tepmlate.
--name
With the changes in 8b6977d name is set in the template rather than using %goname rpm variable and the %goname setting is not removed.
This commit restores previous for templating, without modifying the naming spec introduced in 8b6977d.
We changed this to hardcode the Name into the specfile on purpose based on feedback from the FPC.
Ok, then I guess we can remove https://pagure.io/GoSIG/go2rpm/blob/master/f/go2rpm/templates/profile2.spec#_41-43
Closing for https://pagure.io/GoSIG/go2rpm/pull-request/33
Pull-Request has been closed by mikelo2
In 71a215f the
--namearg is added that sets the goname variable thatis used by the tepmlate.
With the changes in 8b6977d name is set in the template rather than
using %goname rpm variable and the %goname setting is not removed.
This commit restores previous for templating, without modifying the
naming spec introduced in 8b6977d.