From f53b3e3188135d0b47d0b67085eb047602b6b207 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 14 Mar 2019 10:36:34 +0100 Subject: [PATCH] templates: Use %{_description} for %{crate} Signed-off-by: Igor Gnatenko --- rust2rpm/templates/main.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rust2rpm/templates/main.spec b/rust2rpm/templates/main.spec index 1ebef7b..47641b7 100644 --- a/rust2rpm/templates/main.spec +++ b/rust2rpm/templates/main.spec @@ -84,8 +84,7 @@ Group: # FIXME Requires: {{ req }} {% endfor %} -%description -n %{crate} -%{summary}. +%description -n %{crate} %{_description} %files -n %{crate} {% if md.license_file is not none %}