Commit fd10cb86 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmrb: use gammit for spec commit (fixed package version in a commit message)

parent adaf992f
......@@ -78,7 +78,8 @@ for SPEC in $LISTNAMES ; do
if is_gear ; then
#git diff $SPEC
git_commit_ignore_nothing $SPEC -m "update spec to new build $(get_version $SPEC) (with rpmrb script)" || exit 1
#git_commit_ignore_nothing $SPEC -m "update spec to new build $(get_version $SPEC) (with rpmrb script)" || exit 1
gammit $QUIET --spec=$SPEC $SPEC
fi
cd - >/dev/null
......
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