mirror of
https://git.proxmox.com/git/pve-kernel-meta
synced 2025-05-01 05:09:59 +00:00
fix #3781: add Provides: wireguard-modules to control.in
without this line `apt install wireguard` pulls in Debian's kernel + firmware which confilcts with pve-firmware - forcing users to install via `apt install --no-install-recommends wireguard-tools` in order to get the userspace utils. Plain debian has the 'Provides' in the meta-package[0] (linux-image-amd64), so following this add it to pve-kernel-$MAJ.$MIN versioned dependency added since wireguard has a versioned dependency on wireguard-modules. [0] https://salsa.debian.org/kernel-team/linux/-/blob/master/debian/templates/control.image.meta.in Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
parent
c45ff47200
commit
9af7953afa
2
debian/control.in
vendored
2
debian/control.in
vendored
@ -20,7 +20,7 @@ Description: Latest Proxmox VE Kernel Headers
|
|||||||
Package: pve-kernel-@KERNEL_VER@
|
Package: pve-kernel-@KERNEL_VER@
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Section: admin
|
Section: admin
|
||||||
Provides: linux-image-amd64, linux-image-generic
|
Provides: linux-image-amd64, linux-image-generic, wireguard-modules (=1.0.0)
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Depends: pve-firmware,
|
Depends: pve-firmware,
|
||||||
pve-kernel-@KERNEL_ABI@,
|
pve-kernel-@KERNEL_ABI@,
|
||||||
|
Loading…
Reference in New Issue
Block a user