diff options
| author | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2024-11-18 22:21:18 +0100 |
|---|---|---|
| committer | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2024-11-18 22:21:20 +0100 |
| commit | acd6a2a1b1a6ec09d93457e90caf3f8f1aeab37c (patch) | |
| tree | 8937407779bfe7b05355e153e1ba659bddd4d5a5 | |
| parent | 478e17c7e07fb9db656a6d32479d4d8ca3d10fb3 (diff) | |
d/control: bump versioned dependency for pve-cluster
To ensure 'sdn/mac-cache.json' is available as observed file.
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 687bbd7..79cb2d3 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 (>= 8.0.9), + pve-cluster (>= 8.0.10), pve-doc-generator (>= 5.3-3), libpve-access-control, Standards-Version: 4.6.1 @@ -17,7 +17,7 @@ Homepage: https://www.proxmox.com Package: libpve-network-perl Architecture: all Depends: libpve-common-perl (>= 5.0-45), - pve-cluster (>= 8.0.9), + pve-cluster (>= 8.0.10), libnet-subnet-perl, libnet-ip-perl, libnetaddr-ip-perl, |
