pck-update.in: notify build requirements installation as warning instead of error so that SRPM installation is tried and autoport can parse the output
This commit is contained in:
parent
cabd7a8a1d
commit
3bcaa2cf38
@ -2023,7 +2023,7 @@ installing missing build requirement"": \`${NOTE}$f${NORM}'"
|
||||
else
|
||||
$rpm_download_and_install ${buildreqs_to_install[*]}
|
||||
fi
|
||||
[ $? -eq 0 ] || notify.error $"\
|
||||
[ $? -eq 0 ] || notify.warning $"\
|
||||
cannot install the needed build requirements"
|
||||
else
|
||||
notify.error $"\
|
||||
|
Loading…
Reference in New Issue
Block a user