templates: Always put upstream license

Let's just be consistent across all spec files.

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2019-05-05 09:09:33 +02:00
parent 880493e4b6
commit 723cd994d4

View file

@ -23,9 +23,7 @@ Summary: {{ description_lines|join(" ")|trim }}
Group: {{ rust_group }}
{% endif %}
{% if md.license != license %}
# Upstream license specification: {{ md.license|default("(missing)") }}
{% endif %}
License: {{ license|default("# FIXME") }}
{% if license_comments is not none %}
{{ license_comments }}