]> granicus.if.org Git - zfs/commit
Fix automatically generated release number
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 21 Sep 2016 20:45:21 +0000 (13:45 -0700)
committerGitHub <noreply@github.com>
Wed, 21 Sep 2016 20:45:21 +0000 (13:45 -0700)
commit66e93f5e4e1a6c573fc57f9f76eb09c6cffd085e
tree7037ea6f335f73c4db3980926e4368caa766109e
parentda8d57488b6cf6078ccb53a6f559a2f64bba7264
Fix automatically generated release number

When building from the head of a branch a release number is
automatically generated with `git describe` using the last tag
on that branch as the base.  For this to work the last tag on the
branch needs to be predictable given the current META file.

This logic was accidentally broken when an -rcX tag was added to
the branch.  Update it to search for a VERSION or VERSION-RELEASE
tag.

Reviewed-by: Chris Siebenmann <cks.git01@cs.toronto.edu>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #5105
Closes #5140
config/zfs-meta.m4