bump version to 5.3.1-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
c19442a8de
commit
d21ca1b5f8
8
Makefile
8
Makefile
@ -1,12 +1,12 @@
|
|||||||
# also bump pve-kernel-meta if either of MAJ.MIN, PATCHLEVEL or KREL change
|
# also bump pve-kernel-meta if either of MAJ.MIN, PATCHLEVEL or KREL change
|
||||||
KERNEL_MAJ=5
|
KERNEL_MAJ=5
|
||||||
KERNEL_MIN=0
|
KERNEL_MIN=3
|
||||||
KERNEL_PATCHLEVEL=21
|
KERNEL_PATCHLEVEL=1
|
||||||
# increment KREL if the ABI changes (abicheck target in debian/rules)
|
# increment KREL if the ABI changes (abicheck target in debian/rules)
|
||||||
# rebuild packages with new KREL and run 'make abiupdate'
|
# rebuild packages with new KREL and run 'make abiupdate'
|
||||||
KREL=3
|
KREL=1
|
||||||
|
|
||||||
PKGREL=7
|
PKGREL=1
|
||||||
|
|
||||||
KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
|
KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
|
||||||
KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)
|
KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)
|
||||||
|
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -1,3 +1,13 @@
|
|||||||
|
pve-kernel (5.3.1-1) pve pmg; urgency=medium
|
||||||
|
|
||||||
|
* Initial Ubuntu Eoan Kernel build, based on 5.3
|
||||||
|
|
||||||
|
* update sources to Ubuntu-5.3.0-16.17
|
||||||
|
|
||||||
|
* bump ABI to 5.3.0-1
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Tue, 01 Oct 2019 18:57:21 +0200
|
||||||
|
|
||||||
pve-kernel (5.0.21-7) pve pmg; urgency=medium
|
pve-kernel (5.0.21-7) pve pmg; urgency=medium
|
||||||
|
|
||||||
* update ZFS to 0.8.2
|
* update ZFS to 0.8.2
|
||||||
|
Loading…
Reference in New Issue
Block a user