Closed
Description
System information
Type | Version/Name |
---|---|
Distribution Name | Fedora |
Distribution Version | 42 |
Kernel Version | |
Architecture | |
OpenZFS Version | master |
Describe the problem you're observing
A user reported that when your upgrade your kernel packages on Fedora with ZFS installed, only the kernel-devel
package gets held back to the ZFS-supported version, but not the other kernel
packages. So if ZFS only supports the 6.13 kernel, Fedora will still happily upgrade the kernel
RPMs to 6.14, but hold back kernel-devel
at 6.13, for example.
I see d02257c makes mention of holding back the kernel version, but it only holds back kernel-devel. It seems we should be holding back the kernel packages as well.
Describe how to reproduce the problem
User reported upgrading kernel packages on Fedora causes the issue.