Commit 8faf7b3e authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmlog: allow use without increment

parent acc992cd
...@@ -127,7 +127,7 @@ case "$INCREMENTMODE" in ...@@ -127,7 +127,7 @@ case "$INCREMENTMODE" in
inc_version $SPECNAME inc_version $SPECNAME
;; ;;
*) *)
fatal "unknown increment mode $INCREMENTMODE" ;;
esac esac
NEWREV=$(get_version $SPECNAME)-$(get_release $SPECNAME) NEWREV=$(get_version $SPECNAME)-$(get_release $SPECNAME)
......
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