Commit 868790a6 authored by Vitaly Lipatov's avatar Vitaly Lipatov

build: run remove with --nodeps

parent d8c1a693
......@@ -126,7 +126,7 @@ uni_rpmrm()
TWOPARAM="--define=_topdir $RPMTOPDIR"
fi
$RPMBUILD "$TWOPARAM" --rmsource --rmspec $@
$RPMBUILD "$TWOPARAM" --rmsource --rmspec --nodeps $@
}
......
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