]> git.proxmox.com Git - pve-qemu.git/commitdiff
fixup libspice* dependencies
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 May 2019 16:11:22 +0000 (18:11 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 May 2019 16:26:00 +0000 (18:26 +0200)
we only corrected the build-dep, but not the installation one,
so fix this up and bump the version while we're at it - ensures we
have relevant security fixes available

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/control

index 42552e031462e70e1d4a2e410669b20d6a764a7e..e9d9baf6217121b781867f87c7f03148e59e89fc 100644 (file)
@@ -18,10 +18,10 @@ Build-Depends: autotools-dev,
                libpixman-1-dev,
                librbd-dev (>= 0.48),
                libsdl1.2-dev,
-               libspice-protocol-dev (>= 0.12.5),
+               libspice-protocol-dev (>= 0.12.14~),
                libusb-1.0-0-dev (>= 1.0.17-1),
                libusbredirparser-dev (>= 0.6-2),
-               libspice-server-dev (>= 0.12.5-1),
+               libspice-server-dev (>= 0.14.0~),
                quilt,
                texi2html,
                texinfo,
@@ -44,7 +44,7 @@ Depends: ceph-common (>= 0.48),
          libusbredirparser1 (>= 0.6-2),
          libuuid1,
          numactl,
-         pve-libspice-server1 (>= 0.12.5-1),
+         libspice-server1 (>= 0.14.0~),
          python,
          ${misc:Depends},
          ${shlibs:Depends},