Fixed RPM versioning issue for RC releases.

This commit is contained in:
Josh Suereth 2012-07-18 10:47:49 -04:00
parent 7b69501c8b
commit be912e904b
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ object Packaging {
// RPM SPECIFIC
name in Rpm := "sbt",
version in Rpm <<= sbtVersion.identity,
version in Rpm <<= sbtVersion apply { sv => (sv split "[^\\d]" filterNot (_.isEmpty) mkString ".") },
rpmRelease := "1",
rpmVendor := "typesafe",
rpmUrl := Some("http://github.com/paulp/sbt-extras"),