Kernel and kernel-devel don't match

Hello
The latest update that I performed this morning has created a “kernel and kernel-devel” mismatch.

After the update, the installed kernel is:
5.14.0-503.38.1.el9_5.x86_64

The installed kernel-devel is still:
“kernel-devel-5.14.0-503.35.1.el9_5.x86_64” << .35 not .38

While I have found the correct file,
“kernel-devel-5.14.0-503.38.1.el9_5.x86_64”,
the download links are incorrectly linked to the full source:
“kernel-5.14.0-503.38.1.el9_5.src.rpm”

If someone could provide me with a correct download link, I would be grateful.

Thanks

1 Like

Try running “dnf clean all” and “dnf update” again, it should update the kernel-devel package to match the running kernel.

I just updated my machine and I get matching kernel and kernel-devel packages, 5.14.0-503.38.1.el9_5.

Thanks Dali, that did the trick.
Much appreciated.