]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
configure.ac: Remove -rc suffix from the configure version number.
authorGary Lowell <gary.lowell@inktank.com>
Wed, 24 Jul 2013 05:43:59 +0000 (22:43 -0700)
committerGary Lowell <gary.lowell@inktank.com>
Wed, 24 Jul 2013 05:43:59 +0000 (22:43 -0700)
commit1cdb3ecffc679f29e9d77dc0d5ff33bdb1192b49
treeba08241918069ce30b247863896f3648d1afebd4
parent8e4a78f169eda716c7d6811cb6db5c757dc67207
configure.ac:  Remove -rc suffix from the configure version number.

Remove the rc suffix since RPM complains about.  For rc release
builds the "rc" in the git describe string is suffcient for
everyhting but RPM.  For rc release builds (i.e. not gitbuilder)
add a flag to the spec file.

Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
configure.ac