]> git.proxmox.com Git - pve-kernel.git/commitdiff
bump version to 5.19.0-1
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 2 Aug 2022 07:21:09 +0000 (09:21 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 7 Sep 2022 13:10:23 +0000 (15:10 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
debian/changelog

index e642af0836dd2522a62c55ba4ecac487d60b2dfd..a788c514cbc71caecd17767759b7eb71fa792919 100644 (file)
--- 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}
index 1e91043cca9cfb02135be5dc7f4e93635c8321d4..91f9f17cc85c198ba558136720338cbb97c5f50a 100644 (file)
@@ -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 <support@proxmox.com>  Tue, 02 Aug 2022 09:18:39 +0200
+
 pve-kernel (5.19.0-1~rc8+2) bullseye; urgency=medium
 
   * backport smm fixes