]> git.proxmox.com Git - pve-common.git/commitdiff
d/control: record breaks for older qemu-server/pve-container
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 13 Nov 2022 14:48:22 +0000 (15:48 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 13 Nov 2022 14:48:24 +0000 (15:48 +0100)
as we now auto-detect if the 'bridge-disable-mac-learning' is set in
the Network::tap_plug method and disable learning if so, we need to
ensure that the qemu-server and pve-container can cope with that by
manually registering the guests MAC into the FDB.

So this certainly isn't a hard break, but as network is dead for the
guest on update, if that option is set and the new qemu-server and/or
pve-container packages ain't yet updated, it seems still worthy of a
break.

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

index f275d26da2c24847fa50affdc134b71e5f50a2d8..7d0f87106f947476d18bb0e6908c856f8babde60 100644 (file)
@@ -41,8 +41,8 @@ Depends: libclone-perl,
          ${perl:Depends},
 Breaks: ifupdown2 (<< 2.0.1-1+pve5),
         pmg-api (<< 7.1-5),
-        pve-container (<< 3.0-9),
+        pve-container (<< 4.3-1),
         pve-manager (<< 7.2-9),
-        qemu-server (<< 7.2-6),
+        qemu-server (<< 7.2-7),
 Description: Proxmox VE base library
  This package contains the base library used by other Proxmox VE components.