Hide Forgot
rpm -e kernel-source removes kernel-headers and things don't compile. kernel-source remove script should check for package kernel-headers and leave files or reinstall or warn or at least remove kernel-headers pkg from rpm db so rpm -Uvh kernel-headers doesn't fail
The kernel-source package already requires kernel-headers. I suspect that what has happened is that the /usr/src/linux symlink has been removed with the kernel-source package. This is a kernel packaging rather than an rpm issue: I'm changing the component.
Assigned to jbj. changed the component to rpm
This is still a packaging, not an rpm, problem. I see nothing that indicates otherwise.