]> granicus.if.org Git - zfs/commit
Restrict release number to META version
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 29 May 2014 21:55:40 +0000 (14:55 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 30 May 2014 02:08:03 +0000 (19:08 -0700)
commitc4f38ddd8003ef51e7f4e92607b1838216650730
treed57e0f5722aa6ae97f95e1abcd02b19b8aaf4132
parent376dc35e228498da7703e7ca4c2b75d16763c23b
Restrict release number to META version

When creating packages in a git repository the release number
can be automatically set by 'git describe'.  This normally works
well but if your repository has newer tags which match the form
NAME-VERSION* the release may be incorrectly calculated.  To
prevent this the match patten has been restricted to NAME-VERSION.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
config/spl-meta.m4