diff options
| author | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2023-11-20 17:41:33 +0100 |
|---|---|---|
| committer | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2023-11-20 17:41:33 +0100 |
| commit | 8baff6bc3a655c1f068d43dd5edfca7fa027f12c (patch) | |
| tree | b16adea43e3081a462d6fc870008cdf855deac2f | |
| parent | 359416aa52e6ed137a8662a9d3f6fa4a50a5e7ec (diff) | |
d/control: update versioned dependency for pve-cluster
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 4424096..1404fc4 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 13), libnet-subnet-perl, libtest-mockmodule-perl, perl, - pve-cluster (>= 7.0~), + pve-cluster (>= 8.0.5), pve-doc-generator (>= 5.3-3), Standards-Version: 4.6.1 Homepage: https://www.proxmox.com @@ -17,7 +17,7 @@ Package: libpve-network-perl Architecture: all Depends: libpve-common-perl (>= 5.0-45), perl, - pve-cluster (>= 7.3~), + pve-cluster (>= 8.0.5), libnet-subnet-perl, libnet-ip-perl, libnetaddr-ip-perl, |
