Bug 1986132
Summary: | No matching kernel-headers package available | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Kevin Mittman <kmittman> |
Component: | kernel-headers | Assignee: | Justin M. Forbes <jforbes> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 34 | CC: | acaringi, jforbes, lgoncalv, pbrobinson, ptalbert |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-07-26 20:02:29 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Kevin Mittman
2021-07-26 17:55:33 UTC
We only ship new headers in minor releases if the headers have actually changed. There was no changes in the 5.13.4 headers so the 5.13.3 headers work just fine. kernel-headers.x86_64 5.13.3-200.fc34 updates More specifically, you do not need matching kernel-headers packages to build a kernel module, the kernel-headers package has nothing to do with building kernel modules. The kernel headers used to build kernel modules are in the kernel-devel package, which is built with every kernel. The "kernel-headers" package is the userspace API headers used to build userspace software. Fore more background on this, see: https://www.labbott.name/blog/2019/11/16/what-s-a-kernel-headers-package-anyway/ and http://thorstenl.blogspot.com/2021/01/package-names-can-be-false-friends-too.html |