diff --git a/Makefile b/Makefile index e642af0..a788c51 100644 --- a/Makefile +++ b/Makefile @@ -4,14 +4,14 @@ KERNEL_MIN=19 KERNEL_PATCHLEVEL=0 # 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=1~rc8+2 +PKGREL=1 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) -EXTRAVERSION=-${KREL}-pve-smm-fix +EXTRAVERSION=-${KREL}-pve KVNAME=${KERNEL_VER}${EXTRAVERSION} PACKAGE=pve-kernel-${KVNAME} HDRPACKAGE=pve-headers-${KVNAME} diff --git a/debian/changelog b/debian/changelog index 1e91043..91f9f17 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pve-kernel (5.19.0-1) bullseye; urgency=medium + + * update to 5.19.0 based from Ubuntu-5.19.0-14.14 + + -- Proxmox Support Team Tue, 02 Aug 2022 09:18:39 +0200 + pve-kernel (5.19.0-1~rc8+2) bullseye; urgency=medium * backport smm fixes