public inbox for pmg-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pmg-devel] [PATCH proxmox-mailgateway] d/control: depend on pve-kernel-5.15
@ 2022-08-30  8:28 Stoiko Ivanov
  2022-08-30 13:36 ` [pmg-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Stoiko Ivanov @ 2022-08-30  8:28 UTC (permalink / raw)
  To: pmg-devel

It's the current default kernel

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
---
 debian/control  | 4 ++--
 debian/postinst | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 9d348ad..f4ee3cc 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Package: proxmox-mailgateway
 Architecture: all
 Depends: pmg-api (>= 7~),
          proxmox-archive-keyring,
-         pve-kernel-5.13,
+         pve-kernel-5.15,
          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.13
+Depends: pve-headers-5.15
 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 92e6350..d0534c5 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.13 /boot/pve/vmlinuz
-    ln -sf /boot/pve/initrd.img-5.13 /boot/pve/initrd.img
+    ln -sf /boot/pve/vmlinuz-5.15 /boot/pve/vmlinuz
+    ln -sf /boot/pve/initrd.img-5.15 /boot/pve/initrd.img
     ;;
 esac
 
-- 
2.30.2





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-30 13:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-30  8:28 [pmg-devel] [PATCH proxmox-mailgateway] d/control: depend on pve-kernel-5.15 Stoiko Ivanov
2022-08-30 13:36 ` [pmg-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal