diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-07-09 15:49:06 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-07-09 15:49:06 -0400 |
commit | a7e13e1f540019170de0f4fb0e008b703226df77 (patch) | |
tree | 12edfc7278254aff47503c50fbe04b9e3914fc50 /packages/redhat | |
parent | cf1fa7219724c7192ebfb35e9a0796bf84dd9b26 (diff) | |
download | vyos-cloud-init-a7e13e1f540019170de0f4fb0e008b703226df77.tar.gz vyos-cloud-init-a7e13e1f540019170de0f4fb0e008b703226df77.zip |
include ~bzr in make-tarball output tarball and top level dir
output of 'make-tarball' now is tarball with name formatted as:
cloud-init-$VERSION~bzr$REVNO.tar.gz
Instead of
cloud-init-$VERSION-$REVNO.tar.gz
The former is desireable for apt at least as the '~' is understood
to mean less than.
This merges revno 569 and 570 from lp:~harlowja/cloud-init/rework
Diffstat (limited to 'packages/redhat')
-rw-r--r-- | packages/redhat/cloud-init.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/redhat/cloud-init.spec b/packages/redhat/cloud-init.spec index a9da7c5e..5dfb6b0d 100644 --- a/packages/redhat/cloud-init.spec +++ b/packages/redhat/cloud-init.spec @@ -54,7 +54,7 @@ need special scripts to run during initialization to retrieve and install ssh keys and to let the user run various scripts. %prep -%setup -q -n %{name}-%{version}-{{revno}} +%setup -q -n %{name}-%{version}~{{release}} %build %{__python} setup.py build |