summaryrefslogtreecommitdiff
path: root/ceph.spec.in
diff options
context:
space:
mode:
authorGary Lowell <glowell@inktank.com>2012-11-08 12:43:24 -0800
committerSage Weil <sage@inktank.com>2012-12-03 21:47:41 -0800
commitb781ac00e16fd802b6e055dd9d453271db6efa39 (patch)
treeed0f9ffc70a0d4e6338ecd9e8256e8821116dc62 /ceph.spec.in
parentf60c9b6600a85b840a02e145bac77326d60fd03f (diff)
downloadceph-b781ac00e16fd802b6e055dd9d453271db6efa39.tar.gz
build: Add RPM release string generated from git describe.
Fix for bug 3451. Use the commit count and sha1 from git describe to construct a release string for rpm packages. Conflicts: configure.ac
Diffstat (limited to 'ceph.spec.in')
-rw-r--r--ceph.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ceph.spec.in b/ceph.spec.in
index 384f1f74558..3a46c2232db 100644
--- a/ceph.spec.in
+++ b/ceph.spec.in
@@ -15,7 +15,7 @@
#################################################################################
Name: ceph
Version: @VERSION@
-Release: 6%{?dist}
+Release: @RPM_RELEASE@%{?dist}
Summary: User space components of the Ceph file system
License: GPL-2.0
Group: System Environment/Base