spec: Fixup missing articles in "the generated description"
Fixes: c5eda336f0
Signed-off-by: Igor Raits <igor.raits@gmail.com>
This commit is contained in:
parent
1482f79e28
commit
f5b8160f18
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ Requires: {{ req }}
|
||||||
%description {{ pkg }} %{_description}
|
%description {{ pkg }} %{_description}
|
||||||
|
|
||||||
This package contains library source intended for building other packages which
|
This package contains library source intended for building other packages which
|
||||||
use {% if feature is not none %}"the {{ feature }}" feature of the {% endif %}"%{crate}" crate.
|
use {% if feature is not none %}the "{{ feature }}" feature of the {% endif %}"%{crate}" crate.
|
||||||
|
|
||||||
%files {{ pkg }}
|
%files {{ pkg }}
|
||||||
{% if feature is none %}
|
{% if feature is none %}
|
||||||
|
|
Loading…
Reference in a new issue