From db0095a49a08e3a4a2e54e9dc23212a4003f7bce Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 4 Sep 2023 17:36:55 +0200 Subject: [PATCH] buildsys: sync package version to d/changelog source-of-truth one Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- debian/changelog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 206b28e..1afc130 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ KERNEL_PATCHLEVEL=16 # rebuild packages with new KREL and run 'make abiupdate' KREL=11-bpo11 -PKGREL=11~bpo11+1 +PKGREL=11~bpo11+2 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index 21c1a21..e5443c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -pve-kernel (6.2.16-11~bpo11+2) bullseye-backports; urgency=medium +pve-kernel (6.2.16-11~bpo11+2) bullseye; urgency=medium * cherry-pick fix for KVM vCPU page-fault loop. Due to to small and signed type used for an memory related sequence