From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id CEC4C8CC7E for ; Tue, 30 Aug 2022 10:35:57 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id C12C12E47C for ; Tue, 30 Aug 2022 10:35:57 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS for ; Tue, 30 Aug 2022 10:35:56 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 8B14D44C5C for ; Tue, 30 Aug 2022 10:28:28 +0200 (CEST) From: Stoiko Ivanov To: pmg-devel@lists.proxmox.com Date: Tue, 30 Aug 2022 10:28:10 +0200 Message-Id: <20220830082810.43549-1-s.ivanov@proxmox.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL -0.060 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_NUMSUBJECT 0.5 Subject ends in numbers excluding current years SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record T_SCC_BODY_TEXT_LINE -0.01 - Subject: [pmg-devel] [PATCH proxmox-mailgateway] d/control: depend on pve-kernel-5.15 X-BeenThere: pmg-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Mail Gateway development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2022 08:35:57 -0000 It's the current default kernel Signed-off-by: Stoiko Ivanov --- 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