]> git.proxmox.com Git - pve-cluster.git/commitdiff
d/control: better handle fuse3 transition
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 20 Jul 2021 06:22:35 +0000 (08:22 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 20 Jul 2021 06:22:35 +0000 (08:22 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/control

index 2d5a01f52aaa0ee99c48281043657a37a0923ada..478ecb18162e16095c3c9cccd53874f8e64ec9c9 100644 (file)
@@ -29,7 +29,7 @@ Package: pve-cluster
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends},
 Depends: corosync (>= 2.3.4-1),
-         fuse,
+         fuse (>= 3),
          libfuse2 (>= 2.9.2-4),
          libglib2.0-0 (>= 2.42.1-1),
          libpve-common-perl (>= 6.0-7~),
@@ -40,7 +40,8 @@ Depends: corosync (>= 2.3.4-1),
          ${misc:Depends},
          ${perl:Depends},
          ${shlibs:Depends},
-Breaks: libpve-access-control (<= 6.0-3),
+Breaks: fuse (<< 3),
+        libpve-access-control (<= 6.0-3),
         libpve-guest-common-perl (<= 3.0-2),
         libpve-storage-perl (<= 6.0-9),
         pve-container (<= 3.0-10),