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:
parent
880493e4b6
commit
723cd994d4
1 changed files with 0 additions and 2 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue