Commit ce6755ed authored by Vitaly Lipatov's avatar Vitaly Lipatov

drop spam about rpmlint

parent 5bd7e347
...@@ -259,14 +259,14 @@ CHECK_OPTIONS="" ...@@ -259,14 +259,14 @@ CHECK_OPTIONS=""
test -n "$NOCHECK" || sisyphus_check $CHECK_OPTIONS --files $LISTBUILT || fatal "sisyphus check failed" test -n "$NOCHECK" || sisyphus_check $CHECK_OPTIONS --files $LISTBUILT || fatal "sisyphus check failed"
echog "OK" echog "OK"
# rpm's find-req do not find rpmlint :) # due rpm's find-req
RPMLINT=rpmlint RPMLINT=rpmlint
if which $RPMLINT >/dev/null ; then if which $RPMLINT &>/dev/null ; then
echog -n "Checking with rpmlint..." echog -n "Checking with rpmlint..."
echo echo
$RPMLINT $LISTBUILT $RPMLINT $LISTBUILT
else #else
echog "It is recommended to install rpmlint package for additional checking" # echog "It is recommended to install rpmlint package for additional checking"
fi fi
test -n "$CHECKONLY" && exit 0 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