[pve-devel] [PATCH pve-kernel] buildsys: add explicit DEB_VERSION variable in Makefile

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Jan 22 15:49:06 CET 2025


Am 20.01.25 um 20:27 schrieb Stoiko Ivanov:
> Can be used to generate a package for testing a particular bugfix, or
> new version, which can be shared with a small audience, without
> reusing the current package version, or bumping to a version that
> looks like our released kernels[0].
> 
> previously this could be accomplished by setting the PKGREL variable
> to the revision and temporary suffix. PKGREL got dropped in:
> de1853080134 ("bump version to 6.2.16-8")
> as each new version we release needs to have a ABI bump anyways (due
> to module signing).
> 
> [0] e.g. new versions of submodules (ZFS), or packages shared in the
> temp-dir of our CDN nodes
> 
> Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
> ---
>  Makefile | 19 ++++++++++---------
>  README   |  5 +++++
>  2 files changed, 15 insertions(+), 9 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> index d069d5ac3183..cbd47ccce02a 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -6,11 +6,12 @@ KERNEL_MIN=11
>  KERNEL_PATCHLEVEL=11
>  # increment KREL for every published package release!
>  # rebuild packages with new KREL and run 'make abiupdate'
> -KREL=1
> +KREL=2

Any reason bumping this or is this just left-over from testing?

looks OK otherwise.




More information about the pve-devel mailing list