FS#73354 - [linux] pkgver and kernel version

Attached to Project: Arch Linux
Opened by Andreas Baumann (andreas_baumann) - Friday, 14 January 2022, 05:52 GMT
Last edited by Toolybird (Toolybird) - Tuesday, 06 June 2023, 04:28 GMT
Task Type Bug Report
Category Kernel
Status Closed
Assigned To Jan Alexander Steffens (heftig)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

uname -a

shows 5.16.0-arch1-1

But pkgver in PKGBUILD ommits the 0 in the version number:

pkgver=5.16.arch1

This troubles some of my monitoring scripts. :-)

Is this change intentional?

Additional info:
* package version(s): 5.16.arch-1
This task depends upon

Closed by  Toolybird (Toolybird)
Tuesday, 06 June 2023, 04:28 GMT
Reason for closing:  Won't fix
Additional comments about closing:  See comments from PM.
Comment by Maxim (mxfm) - Saturday, 15 January 2022, 07:47 GMT
This is not intentional change, this happens each time the second version number is updated, archlinux here follows mainstream version.
Comment by Jan Alexander Steffens (heftig) - Tuesday, 08 February 2022, 22:22 GMT
This difference between the kernel's internal version and the versioning used in the git tags (and the resulting tarballs) is unfortunate but inherited from upstream.

Loading...