From 8b7b89a7aa0e1110ef8eb6ab46160dbc0a646019 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Mon, 8 Oct 2012 16:33:43 -0700 Subject: 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. --- packages/redhat/cloud-init.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/redhat/cloud-init.spec.in') 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 -- cgit v1.2.3