* [PATCH qemu-server] d/control: depend on EDK2 firmware package matching host, suggest others
@ 2026-05-18 14:21 Fiona Ebner
2026-05-18 20:06 ` applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Fiona Ebner @ 2026-05-18 14:21 UTC (permalink / raw)
To: pve-devel
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
---
debian/control | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 149ae770..3ebab261 100644
--- a/debian/control
+++ b/debian/control
@@ -55,9 +55,10 @@ Depends: conntrack,
proxmox-termproxy (>= 2.1.0),
proxmox-websocket-tunnel,
pve-cluster,
+ pve-edk2-firmware-aarch64 [arm64],
# TODO: make legacy edk2 optional (suggests) for PVE 9 and warn explicitly about it
- pve-edk2-firmware-legacy | pve-edk2-firmware (<< 4~),
- pve-edk2-firmware-ovmf (>= 4.2025.05-2),
+ pve-edk2-firmware-legacy [amd64] | pve-edk2-firmware (<< 4~) [amd64],
+ pve-edk2-firmware-ovmf (>= 4.2025.05-2) [amd64],
pve-firewall (>= 6.0.3),
pve-ha-manager (>= 5.0.3),
pve-qemu-kvm (>= 7.1~),
@@ -71,7 +72,10 @@ Depends: conntrack,
Recommends: libpve-network-perl (>= 0.8.3),
proxmox-backup-file-restore (>= 2.1.9-2),
virtiofsd,
-Suggests: pve-edk2-firmware-aarch64, pve-edk2-firmware-riscv, proxmox-firewall (>= 1.1.1),
+Suggests: proxmox-firewall (>= 1.1.1),
+ pve-edk2-firmware-aarch64 [!arm64],
+ pve-edk2-firmware-ovmf [!amd64],
+ pve-edk2-firmware-riscv,
Breaks: pve-ha-manager (<< 4.0.1), pve-manager (<= 6.0-13),
Description: Qemu Server Tools
This package contains the Qemu Server tools used by Proxmox VE
--
2.47.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-18 20:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-18 14:21 [PATCH qemu-server] d/control: depend on EDK2 firmware package matching host, suggest others Fiona Ebner
2026-05-18 20:06 ` applied: " Thomas Lamprecht
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.