template: move Requires below License tag in binary packages

This commit is contained in:
Fabio Valentini 2023-08-07 21:41:05 +02:00
parent 03156817a9
commit 4cfdb49afd
No known key found for this signature in database
GPG key ID: 5AC5F572E5D410AF

View file

@ -97,12 +97,12 @@ Summary: %{summary}
{% if rpm_group is defined %}
Group: # FIXME
{% endif %}
{% for req in conf_bin_requires %}
Requires: {{ req }}
{% endfor %}
# FIXME: paste output of %%cargo_license_summary here
License: # FIXME
# LICENSE.dependencies contains a full license breakdown
{% for req in conf_bin_requires %}
Requires: {{ req }}
{% endfor %}
%description -n %{crate} %{_description}