templates: fix listing of binaries in the crate template
This commit is contained in:
parent
7e969ffbb3
commit
2e188b55a4
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ Requires: {{ req }}
|
||||||
%doc {{ file }}
|
%doc {{ file }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% for bin in rpm_binary_names %}
|
{% for bin in rpm_binary_names %}
|
||||||
%{_bindir}/{{ bin.name }}
|
%{_bindir}/{{ bin }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
|
Loading…
Reference in a new issue