From 56f6fc976d2927f5999f8b1f8490d68b63edaeed Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 28 Jun 2021 14:42:19 +0200 Subject: [PATCH] d/control: depend on pve-kernel-5.11 and pve-headers-5.11 Signed-off-by: Thomas Lamprecht --- debian/control | 4 ++-- debian/postinst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 9ee39b1..9c5201b 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Package: proxmox-mailgateway Architecture: all Depends: pmg-api, proxmox-archive-keyring, - pve-kernel-5.4, + pve-kernel-5.11, pve-kernel-helper Description: Proxmox Mail Gateway The Proxmox Mail Gateway is an easy to use Open Source SMTP proxy, @@ -18,7 +18,7 @@ Description: Proxmox Mail Gateway Package: pve-headers Architecture: all -Depends: pve-headers-5.4 +Depends: pve-headers-5.11 Description: Default Proxmox Kernel Headers This is a virtual package which will install the kernel headers for the current default kernel. diff --git a/debian/postinst b/debian/postinst index a8ed163..fe4c6c5 100755 --- a/debian/postinst +++ b/debian/postinst @@ -7,8 +7,8 @@ case "$1" in configure) # setup kernel links for installation CD (rescue boot) mkdir -p /boot/pve - ln -sf /boot/pve/vmlinuz-5.4 /boot/pve/vmlinuz - ln -sf /boot/pve/initrd.img-5.4 /boot/pve/initrd.img + ln -sf /boot/pve/vmlinuz-5.11 /boot/pve/vmlinuz + ln -sf /boot/pve/initrd.img-5.11 /boot/pve/initrd.img ;; esac