templates: Use %{_description} for %{crate}
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
7f0a499ff3
commit
f53b3e3188
1 changed files with 1 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue