From: Stoiko Ivanov <s.ivanov@proxmox.com>
To: pmg-devel@lists.proxmox.com
Subject: [pmg-devel] [PATCH proxmox-mailgateway] d/control: depend on pve-kernel-5.15
Date: Tue, 30 Aug 2022 10:28:10 +0200 [thread overview]
Message-ID: <20220830082810.43549-1-s.ivanov@proxmox.com> (raw)
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
next reply other threads:[~2022-08-30 8:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-30 8:28 Stoiko Ivanov [this message]
2022-08-30 13:36 ` [pmg-devel] applied: " Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220830082810.43549-1-s.ivanov@proxmox.com \
--to=s.ivanov@proxmox.com \
--cc=pmg-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.