Commit ce6755ed authored by Vitaly Lipatov's avatar Vitaly Lipatov

drop spam about rpmlint

parent 5bd7e347
......@@ -259,14 +259,14 @@ CHECK_OPTIONS=""
test -n "$NOCHECK" || sisyphus_check $CHECK_OPTIONS --files $LISTBUILT || fatal "sisyphus check failed"
echog "OK"
# rpm's find-req do not find rpmlint :)
# due rpm's find-req
RPMLINT=rpmlint
if which $RPMLINT >/dev/null ; then
if which $RPMLINT &>/dev/null ; then
echog -n "Checking with rpmlint..."
echo
$RPMLINT $LISTBUILT
else
echog "It is recommended to install rpmlint package for additional checking"
#else
# echog "It is recommended to install rpmlint package for additional checking"
fi
test -n "$CHECKONLY" && exit 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment