Remove trailing whitespace from package name
Next version of pungi will report this an error. It causes the package to not be included in the compose, since yum/dnf can't find the package (since they consider the space a part of the name). Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
78539141e3
commit
1c009f2595
@ -243,7 +243,7 @@
|
||||
<packagereq type="default">lv2-abGate</packagereq>
|
||||
<packagereq type="default">lv2-artyfx-plugins</packagereq>
|
||||
<packagereq type="default">lv2-avw-plugins</packagereq>
|
||||
<packagereq type="default">lv2-c++-tools </packagereq>
|
||||
<packagereq type="default">lv2-c++-tools</packagereq>
|
||||
<packagereq type="default">lv2-drumkv1</packagereq>
|
||||
<packagereq type="default">lv2-fabla</packagereq>
|
||||
<packagereq type="default">lv2-fil-plugins</packagereq>
|
||||
|
Loading…
Reference in New Issue
Block a user