diff options
| author | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2025-12-10 20:31:18 +0100 |
|---|---|---|
| committer | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2025-12-10 20:31:26 +0100 |
| commit | c29a386330a623b0a0f422d761c5d6cb82dede0a (patch) | |
| tree | 68b9dfba11ceee21ffea9bdfbc3d80c9d7653f03 | |
| parent | d049e4bd02e9c37671c5d6242e1377f2ca3864fd (diff) | |
d/control: require libpve-common-perl >= 9.1.1
To ensure newly used PVE::IPRoute2::get_physical_bridge_ports is
available.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
| -rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 765c8b7..ee7b2d4 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Proxmox Support Team <support@proxmox.com> Build-Depends: debhelper-compat (= 13), lintian, libfile-slurp-perl, - libpve-common-perl, + libpve-common-perl (>= 9.1.1), libnet-subnet-perl, libpve-rs-perl (>= 0.11.1), libtest-mockmodule-perl, @@ -19,7 +19,7 @@ Homepage: https://www.proxmox.com Package: libpve-network-perl Architecture: all -Depends: libpve-common-perl (>= 9.0.14), +Depends: libpve-common-perl (>= 9.1.1), pve-cluster (>= 8.0.10), libio-socket-ssl-perl, ifupdown2, |
