Linux-lts meta package depends on oldest rather than most recent lts kernel. Is this as intended?

I have noticed that the meta package for linux-lts is at 6.1, so depending on the oldest lts kernel that is available. I was expecting it to be for the most recent lts kernel. Obviously ,this is no big issue since manjaro makes it extra easy to install any kernel line you want. However, I was wondering if this is as intended.

linux-lts-meta is intended to upgrade a system with an unsupported kernel to the oldest LTS kernel available in core repository.

Package was updated to install kernel 6.1 recently when kernel 5.10 was dropped

https://gitlab.manjaro.org/packages/core/linux-lts-meta/-/commit/71415e1e10897d5132a601706c383e88c3044c1b

  pkgbase=linux-lts-meta
  pkgname=('linux-lts-meta' 'linux-lts-headers-meta')
  pkgdesc="Manjaro LTS kernel meta package"

- pkgver=5.10
+ pkgver=6.1
5 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.