Commit 837e2cae authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgs: fix changelog message

parent 6973e261
...@@ -409,7 +409,7 @@ do ...@@ -409,7 +409,7 @@ do
CURVER=$(get_version $i) CURVER=$(get_version $i)
CURREL=$(get_release $i) CURREL=$(get_release $i)
EGEARME="" EGEARME=""
is_gear && EGEARME=" with rpmbs script" is_gear && EGEARME=" with rpmgs script"
add_changelog_helper "- new version ($CURVER)$EGEARME" $i || echog "Changelog entry for $CURVER-$CURREL already exists" add_changelog_helper "- new version ($CURVER)$EGEARME" $i || echog "Changelog entry for $CURVER-$CURREL already exists"
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