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:
Silvan Calarco 2020-12-01 12:53:21 +01:00
parent cabd7a8a1d
commit 3bcaa2cf38

View File

@ -2023,7 +2023,7 @@ installing missing build requirement"": \`${NOTE}$f${NORM}'"
else else
$rpm_download_and_install ${buildreqs_to_install[*]} $rpm_download_and_install ${buildreqs_to_install[*]}
fi fi
[ $? -eq 0 ] || notify.error $"\ [ $? -eq 0 ] || notify.warning $"\
cannot install the needed build requirements" cannot install the needed build requirements"
else else
notify.error $"\ notify.error $"\