libspec.lib: specfile.check_syntax(): modify the error message
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
parent
b65b2a0b87
commit
a176e54cee
@ -652,11 +652,11 @@ rpm -q $rpm_options --specfile --specedit $specfile \
|
||||
notify.warning " $line"
|
||||
done < $tmpspreprerr
|
||||
|
||||
notify.warning $"error should be here:"
|
||||
while read line; do
|
||||
notify.warning " $line"
|
||||
done < <(tail -n 3 $specfile_preprocessed)
|
||||
notify.warning ">>"; }
|
||||
notify.warning ">>"
|
||||
notify.warning " "$"the error should be here!"; }
|
||||
|
||||
rm -f $tmpspreprerr
|
||||
}
|
||||
|
@ -551,10 +551,10 @@ msgid "specfile with an unsupported format"
|
||||
msgstr "specfile in formato non supportato"
|
||||
|
||||
msgid "specfile has errors:"
|
||||
msgstr "lo specfile contiene degli errori"
|
||||
msgstr "lo specfile contiene degli errori:"
|
||||
|
||||
msgid "error should be here:"
|
||||
msgstr "l'errore dovrebbe essere qui:"
|
||||
msgid "the error should be here!"
|
||||
msgstr "l'errore dovrebbe essere qui!"
|
||||
|
||||
msgid "release number: unsupported format"
|
||||
msgstr "numero di release: formato non supportato"
|
||||
|
Loading…
Reference in New Issue
Block a user