summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lamprecht <t.lamprecht@proxmox.com>2025-07-17 00:15:04 +0200
committerThomas Lamprecht <t.lamprecht@proxmox.com>2025-07-17 00:15:04 +0200
commita1c88c030cb7aae7e2b1d433ee3a97ec533bb932 (patch)
treea7afe47fed67214b47bb1f8bd9a7c46277049427
parent72dfed4e44fdf0e404152fdd855851f4f2beefec (diff)
d/control: depend on pve-cluster >= 9.0.1 for fabrics config file
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index a4c8075..3f2c957 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13),
libpve-rs-perl (>= 0.10.3),
libtest-mockmodule-perl,
perl,
- pve-cluster (>= 8.0.10),
+ pve-cluster (>= 9.0.1),
pve-firewall (>= 5.1.0~),
pve-doc-generator (>= 5.3-3),
libpve-access-control (>= 9.0.1),
@@ -37,7 +37,7 @@ Package: libpve-network-api-perl
Architecture: all
Depends: libpve-common-perl (>= 9.0.2),
pve-firewall (>= 5.1.0~),
- pve-cluster (>= 8.0.9),
+ pve-cluster (>= 9.0.1),
libpve-network-perl (= ${binary:Version}),
${misc:Depends},
${perl:Depends},