Do not print comment about license if no conversion was done
This commit is contained in:
parent
aa2bacbad6
commit
5bf0041067
1 changed files with 2 additions and 0 deletions
|
@ -25,7 +25,9 @@ Summary: {{ md.summary }}
|
|||
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