Fedora 42 to 43 upgrades fail due to Kernel 7.0.x
Type: Defect
Fedora 42
x86_64
6.19.14-101.fc42.x86_64
zfs-2.4.1-1
### Describe the problem you're observing
`dnf system-upgrade download --releasever=43` does not install FC43 kernel:
```
...
Skipping packages with conflicts:
kernel-core x86_64 7.0.4-100.fc43 updates 98.6 MiB
kernel-devel x86_64 7.0.4-100.fc43 updates 88.7 MiB
zfs-dkms noarch 2.2.9-1.fc43 zfs 56.8 MiB
zfs-dkms noarch 2.3.5-1.fc43 zfs 58.9 MiB
zfs-dkms noarch 2.3.6-1.fc43 zfs 59.0 MiB
zfs-dkms noarch 2.4.0-1.fc43 zfs 59.4 MiB
Skipping packages with broken dependencies:
zfs x86_64 2.2.9-1.fc43 zfs 1.8 MiB
zfs x86_64 2.3.5-1.fc43 zfs 1.9 MiB
zfs x86_64 2.3.6-1.fc43 zfs 1.9 MiB
zfs x86_64 2.4.0-1.fc43 zfs 1.9 MiB
```
adding `--best`
```
root@bookcase anubis]# dnf system-upgrade download --releasever=43 --best
Updating and loading repositories:
Repositories loaded.
Failed to resolve the transaction:
Problem 1: package zfs-dkms-2.4.1-1.fc43.noarch from zfs conflicts with kernel-uname-r > 6.19.999 provided by kernel-core-7.0.4-100.fc43.x86_64 from updates
- cannot install the best update candidate for package zfs-dkms-2.4.1-1.fc42.noarch
- cannot install the best update candidate for package kernel-core-6.19.14-100.fc42.x86_64
Problem 2: package zfs-2.4.1-1.fc43.x86_64 from zfs requires zfs-kmod = 2.4.1, but none of the providers can be installed
- package zfs-dkms-2.4.1-1.fc43.noarch from zfs conflicts with kernel-uname-r > 6.19.999 provided by kernel-core-7.0.4-100.fc43.x86_64 from updates
- cannot install the best update candidate for package zfs-2.4.1-1.fc42.x86_64
- cannot install the best update candidate for package kernel-core-6.19.14-101.fc42.x86_64
- zfs-dkms-2.4.1-1.fc42.noarch does not belong to a distupgrade repository
Problem 3: problem with installed package
- installed package zfs-dkms-2.4.1-1.fc42.noarch conflicts with kernel-devel > 6.19.999 provided by kernel-devel-7.0.4-100.fc43.x86_64 from updates
- package zfs-dkms-2.3.6-1.fc43.noarch from zfs conflicts with kernel-devel > 6.19.999 provided by kernel-devel-7.0.4-100.fc43.x86_64 from updates
- package zfs-dkms-2.4.1-1.fc43.noarch from zfs conflicts with kernel-devel > 6.19.999 provided by kernel-devel-7.0.4-100.fc43.x86_64 from updates
- installed package kernel-core-6.19.14-100.fc42.x86_64 conflicts with kernel-uname-r > 6.17.999 provided by zfs-dkms-2.2.9-1.fc43.noarch from zfs
- installed package kernel-core-6.19.14-100.fc42.x86_64 conflicts with kernel-uname-r > 6.17.999 provided by zfs-dkms-2.3.5-1.fc43.noarch from zfs
- installed package kernel-core-6.19.14-100.fc42.x86_64 conflicts with kernel-uname-r > 6.18.999 provided by zfs-dkms-2.4.0-1.fc43.noarch from zfs
- cannot install the best update candidate for package kernel-devel-6.19.14-100.fc42.x86_64
- problem with installed package
Problem 4: problem with installed package
- package zfs-2.3.6-1.fc43.x86_64 from zfs requires zfs-kmod = 2.3.6, but none of the providers can be installed
- package zfs-2.4.1-1.fc43.x86_64 from zfs requires zfs-kmod = 2.4.1, but none of the providers can be installed
- package zfs-2.2.9-1.fc43.x86_64 from zfs requires zfs-kmod = 2.2.9, but none of the providers can be installed
- package zfs-2.3.5-1.fc43.x86_64 from zfs requires zfs-kmod = 2.3.5, but none of the providers can be installed
- package zfs-2.4.0-1.fc43.x86_64 from zfs requires zfs-kmod = 2.4.0, but none of the providers can be installed
- installed package zfs-dkms-2.4.1-1.fc42.noarch conflicts with kernel-devel > 6.19.999 provided by kernel-devel-7.0.4-100.fc43.x86_64 from updates
- package zfs-dkms-2.3.6-1.fc43.noarch from zfs conflicts with kernel-devel > 6.19.999 provided by kernel-devel-7.0.4-100.fc43.x86_64 from updates
- package zfs-dkms-2.4.1-1.fc43.noarch from zfs conflicts with kernel-devel > 6.19.999 provided by kernel-devel-7.0.4-100.fc43.x86_64 from updates
- installed package kernel-core-6.19.14-101.fc42.x86_64 conflicts with kernel-uname-r > 6.17.999 provided by zfs-dkms-2.2.9-1.fc43.noarch from zfs
- installed package kernel-core-6.19.14-101.fc42.x86_64 conflicts with kernel-uname-r > 6.17.999 provided by zfs-dkms-2.3.5-1.fc43.noarch from zfs
- installed package kernel-core-6.19.14-101.fc42.x86_64 conflicts with kernel-uname-r > 6.18.999 provided by zfs-dkms-2.4.0-1.fc43.noarch from zfs
- cannot install the best update candidate for package kernel-devel-6.19.14-101.fc42.x86_64
- zfs-2.4.1-1.fc42.x86_64 does not belong to a distupgrade repository
- problem with installed package
You can try to add to command line:
--no-best to not limit the transaction to the best candidates
--allowerasing to allow removing of installed packages to resolve problems
```
### Describe how to reproduce the problem
Install and update Fedora 42 and zfs
Try to update to next releases because it will shortly be EOL
0 条评论