]> git.proxmox.com Git - pve-qemu-kvm.git/blob - debian/patches/pve/0030-use-whitespace-between-VERSION-and-PKGVERSION.patch
bump version to 2.6.2-2
[pve-qemu-kvm.git] / debian / patches / pve / 0030-use-whitespace-between-VERSION-and-PKGVERSION.patch
1 From 011e629353ed4aeac6eeb7f1c9021b4906ae2946 Mon Sep 17 00:00:00 2001
2 From: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 Date: Wed, 9 Dec 2015 16:50:05 +0100
4 Subject: [PATCH 30/55] use whitespace between VERSION and PKGVERSION
5
6 Our kvm version parser expects a white space or comma after
7 the version string, see PVE::QemuServer::kvm_user_version()
8 ---
9 vl.c | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12 diff --git a/vl.c b/vl.c
13 index ba29593..f393767 100644
14 --- a/vl.c
15 +++ b/vl.c
16 @@ -1949,7 +1949,7 @@ static void main_loop(void)
17
18 static void version(void)
19 {
20 - printf("QEMU emulator version " QEMU_VERSION QEMU_PKGVERSION ", Copyright (c) 2003-2008 Fabrice Bellard\n");
21 + printf("QEMU emulator version " QEMU_VERSION " " QEMU_PKGVERSION ", Copyright (c) 2003-2008 Fabrice Bellard\n");
22 }
23
24 static void help(int exitcode)
25 --
26 2.1.4
27