From 9efb073fd8106532e7b5ff6c378d96c639f1b381 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 23 Jan 2024 12:10:12 +0100 Subject: [PATCH] bump version to 5.15.136-1 Signed-off-by: Thomas Lamprecht --- Makefile | 6 +++--- debian/changelog | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6e9614b..fd5ebcf 100644 --- a/Makefile +++ b/Makefile @@ -3,12 +3,12 @@ include /usr/share/dpkg/pkg-info.mk # also bump pve-kernel-meta if either of MAJ.MIN, PATCHLEVEL or KREL change KERNEL_MAJ=5 KERNEL_MIN=15 -KERNEL_PATCHLEVEL=131 +KERNEL_PATCHLEVEL=136 # increment KREL if the ABI changes (abicheck target in debian/rules) # rebuild packages with new KREL and run 'make abiupdate' -KREL=2 +KREL=1 -PKGREL=3 +PKGREL=1 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index 684f522..1d10e42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pve-kernel (5.15.136-1) bullseye; urgency=medium + + * update to Ubuntu-5.15.0-94.104 basing of 5.15.136 + + -- Proxmox Support Team Tue, 23 Jan 2024 12:10:07 +0100 + pve-kernel (5.15.131-3) bullseye; urgency=medium * updates ZFS to 2.1.14