diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-10-08 16:33:43 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-10-08 16:33:43 -0700 |
commit | 8b7b89a7aa0e1110ef8eb6ab46160dbc0a646019 (patch) | |
tree | 5f6f6ad6d8b9fd35066feceda146a3a1b34ba27a /packages/redhat | |
parent | aae71d04bf042ac20f9027a43f5b269a6f7c19fc (diff) | |
download | vyos-cloud-init-8b7b89a7aa0e1110ef8eb6ab46160dbc0a646019.tar.gz vyos-cloud-init-8b7b89a7aa0e1110ef8eb6ab46160dbc0a646019.zip |
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.in | 2 |
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 |