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
|
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 $"\
|
||||||
|
Loading…
Reference in New Issue
Block a user