]> git.proxmox.com Git - pve-network.git/commitdiff
d/control: downgrade frr-pythontools from recommends to suggests
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Nov 2023 07:26:56 +0000 (08:26 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Nov 2023 07:26:59 +0000 (08:26 +0100)
avoid pulling FRR in on upgrade if we'd hard-depend on
libpve-network-perl for all those systems that kept the default
install-recommends enabled as FRR is a bit involved and might announce
stuff and break some network environments if not correctly configured.

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

index 1c59b600a7fecde46ef120b17216a36ae6b1c9cf..6f0bbebf3b86f2eae70b6d79c9a899d6bf40e27f 100644 (file)
@@ -22,8 +22,8 @@ Depends: libpve-common-perl (>= 5.0-45),
          libnetaddr-ip-perl,
          ${misc:Depends},
          ${perl:Depends},
-Recommends: frr-pythontools (>= 8.5.1~), ifupdown2
-Suggests: dnsmasq
+Recommends: ifupdown2
+Suggests: frr-pythontools (>= 8.5.1~), dnsmasq,
 Description: Proxmox VE's SDN (Software Defined Network) stack
  This package contains the Software Defined Network (tech preview) for
  Proxmox VE.