generator: correctly mark warning about missing license as comment
This commit is contained in:
parent
be5b992f24
commit
6cb6cc3f78
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ def spec_render_crate(
|
||||||
else:
|
else:
|
||||||
log.warn("No license information in crate metadata.")
|
log.warn("No license information in crate metadata.")
|
||||||
rpm_license = None
|
rpm_license = None
|
||||||
rpm_license_comments = "FIXME: No license information in crate metadata."
|
rpm_license_comments = "# FIXME: No license information in crate metadata."
|
||||||
|
|
||||||
template_args_common = {
|
template_args_common = {
|
||||||
# Parameters specific to rust2rpm
|
# Parameters specific to rust2rpm
|
||||||
|
|
Loading…
Reference in a new issue