Commit 8257bed8 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgs: fix output

parent 7d1a1aed
......@@ -200,9 +200,13 @@ do
set_version $spec $GSSETVERSION
if [ "$CURVER" != "$GSSETVERSION" ] ; then
set_release $spec $GSSETRELEASE
if [ -n "$GSSETRELEASE" ] ; then
echo "Set new $GSSETVERSION-$GSSETRELEASE version for $spec"
else
echo "Version $GSSETVERSION already set"
echo "Set new $GSSETVERSION version for $spec"
fi
else
echo "Version $GSSETVERSION already was set"
GSSKIPADDCHANGELOG=1
fi
fi
......
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