diff options
author | Scott Moser <smoser@brickies.net> | 2016-08-08 13:24:59 -0400 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2016-08-08 17:52:24 -0400 |
commit | 48ec60ae19c749223cb58dcbdbf0ecb7343f2a31 (patch) | |
tree | 983b5efe44d5c92aa67d34e8ad304fc60acfeb98 /packages/redhat | |
parent | d0b2863bc8dfab2919b11bbcc2584c1c51223028 (diff) | |
download | vyos-cloud-init-48ec60ae19c749223cb58dcbdbf0ecb7343f2a31.tar.gz vyos-cloud-init-48ec60ae19c749223cb58dcbdbf0ecb7343f2a31.zip |
For upstream snapshot versions do not modify git-describe output.
For upstream version directly use the output of git-describe
(X.Y.Z-number.gHASH) rather than rather than changing it to
(X.Y.Z+number.gHASH).
The rpm version does not allow '-' in Version, so we create and use
rpm_upstream_version in the rpm spec file. That is of format:
X.Y.Z+number.gHASH
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 2f02f017..d0ae048f 100644 --- a/packages/redhat/cloud-init.spec.in +++ b/packages/redhat/cloud-init.spec.in @@ -6,7 +6,7 @@ # Or: http://www.rpm.org/max-rpm/ch-rpm-inside.html Name: cloud-init -Version: ${version_long} +Version: ${rpm_upstream_version} Release: 1${subrelease}%{?dist} Summary: Cloud instance init scripts |