summaryrefslogtreecommitdiff
path: root/packages/redhat
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2012-10-08 16:33:43 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2012-10-08 16:33:43 -0700
commit8b7b89a7aa0e1110ef8eb6ab46160dbc0a646019 (patch)
tree5f6f6ad6d8b9fd35066feceda146a3a1b34ba27a /packages/redhat
parentaae71d04bf042ac20f9027a43f5b269a6f7c19fc (diff)
downloadcloud-init-git-8b7b89a7aa0e1110ef8eb6ab46160dbc0a646019.tar.gz
Make the subrelease a new k/v entry that is handled
differently in the rpm spec file template instead of being joined with the release.
Diffstat (limited to 'packages/redhat')
-rw-r--r--packages/redhat/cloud-init.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/redhat/cloud-init.spec.in b/packages/redhat/cloud-init.spec.in
index 12f0b144..30bcd050 100644
--- a/packages/redhat/cloud-init.spec.in
+++ b/packages/redhat/cloud-init.spec.in
@@ -11,7 +11,7 @@
Name: cloud-init
Version: ${version}
-Release: ${release}%{?dist}
+Release: ${release}${subrelease}%{?dist}
Summary: Cloud instance init scripts
Group: System Environment/Base