From 7532863f7988c1331facb91b8c95649df44922a7 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Aug 08 2022 00:11:09 +0000 Subject: template: Remove leading newline from %description The definition of %common_description already has a leading newline, so %common_description should be on the same line as %description. --- diff --git a/go2rpm/templates/profile2.spec b/go2rpm/templates/profile2.spec index 8b8b14b..be62f90 100644 --- a/go2rpm/templates/profile2.spec +++ b/go2rpm/templates/profile2.spec @@ -80,8 +80,7 @@ BuildRequires: golang({{ req }}) {% endif %} {% endif %} -%description -%{common_description} +%description %{common_description} %gopkg