templates: fix listing of binaries in the crate template

This commit is contained in:
Fabio Valentini 2023-02-15 19:10:55 +01:00
parent 7e969ffbb3
commit 2e188b55a4
No known key found for this signature in database
GPG key ID: 5AC5F572E5D410AF

View file

@ -106,7 +106,7 @@ Requires: {{ req }}
%doc {{ file }}
{% endfor %}
{% for bin in rpm_binary_names %}
%{_bindir}/{{ bin.name }}
%{_bindir}/{{ bin }}
{% endfor %}
{% endif -%}