]> git.proxmox.com Git - ceph.git/commitdiff
remove v in ceph version
authorAlwin Antreich <a.antreich@proxmox.com>
Thu, 28 May 2020 11:33:33 +0000 (13:33 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 2 Jun 2020 14:28:54 +0000 (16:28 +0200)
the Version string in Ceph 15 (octopus) has the v and didn't in previous
versions.

Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
Makefile

index 5806259f327633e81cd2e95e93ced96a2cc6749f..fb39d7eed63d4c436ab1cb331ea657c3dd1d4b26 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,7 @@ ${BUILDSRC}: ${SRCDIR} patches
        cd $@.tmp; rm -rf .pc ./patches
        echo "git clone git://git.proxmox.com/git/ceph.git\\ngit checkout ${GITVERSION}" >  $@.tmp/debian/SOURCE
        echo "debian/SOURCE" >> $@.tmp/debian/docs
-       echo "${GITVERSION}\\nv${VER}" > $@.tmp/src/.git_version
+       echo "${GITVERSION}\\n${VER}" > $@.tmp/src/.git_version
        cp changelog.Debian $@.tmp/debian/changelog
        mv $@.tmp $@