template: move Requires below License tag in binary packages
This commit is contained in:
parent
03156817a9
commit
4cfdb49afd
1 changed files with 3 additions and 3 deletions
|
@ -97,12 +97,12 @@ Summary: %{summary}
|
||||||
{% if rpm_group is defined %}
|
{% if rpm_group is defined %}
|
||||||
Group: # FIXME
|
Group: # FIXME
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% for req in conf_bin_requires %}
|
|
||||||
Requires: {{ req }}
|
|
||||||
{% endfor %}
|
|
||||||
# FIXME: paste output of %%cargo_license_summary here
|
# FIXME: paste output of %%cargo_license_summary here
|
||||||
License: # FIXME
|
License: # FIXME
|
||||||
# LICENSE.dependencies contains a full license breakdown
|
# LICENSE.dependencies contains a full license breakdown
|
||||||
|
{% for req in conf_bin_requires %}
|
||||||
|
Requires: {{ req }}
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
%description -n %{crate} %{_description}
|
%description -n %{crate} %{_description}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue