pck-update.in: add unresolved perl requirements as they are instead of warning message in build requirements

This commit is contained in:
Silvan Calarco 2021-04-18 15:03:10 +02:00
parent 88490f3dfe
commit 404ccd61a8

View File

@ -2317,8 +2317,7 @@ build the list of the build requirements""${NORM}"
sed "s|\(.*\)-[^-]*-[^-]*|\1|") sed "s|\(.*\)-[^-]*-[^-]*|\1|")
[ "$buildreq" ] && break [ "$buildreq" ] && break
done done
[ "$buildreq" ] || [ "$buildreq" ] || echo "BuildRequires: $req"
echo "# $req: perl requirement not resolved"
elif [ "${req}" = "python(abi)" ]; then elif [ "${req}" = "python(abi)" ]; then
# python requirement # python requirement
reqver=${line/*= /} reqver=${line/*= /}