From 404ccd61a8a8fbf3cc492d450445fc2a13291072 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sun, 18 Apr 2021 15:03:10 +0200 Subject: [PATCH] pck-update.in: add unresolved perl requirements as they are instead of warning message in build requirements --- plugins/pck-update.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/pck-update.in b/plugins/pck-update.in index 33ac05a..afd4dc9 100644 --- a/plugins/pck-update.in +++ b/plugins/pck-update.in @@ -2317,8 +2317,7 @@ build the list of the build requirements""${NORM}" sed "s|\(.*\)-[^-]*-[^-]*|\1|") [ "$buildreq" ] && break done - [ "$buildreq" ] || - echo "# $req: perl requirement not resolved" + [ "$buildreq" ] || echo "BuildRequires: $req" elif [ "${req}" = "python(abi)" ]; then # python requirement reqver=${line/*= /}