From a7e13e1f540019170de0f4fb0e008b703226df77 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Mon, 9 Jul 2012 15:49:06 -0400 Subject: 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 --- packages/redhat/cloud-init.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/redhat') 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 -- cgit v1.2.3