rpm -qa and dnf list installed return the same result. $ rpm -qa kernel\* kernel-core-5.11.12-300.fc34.x86_64 kernel-modules-5.11.12-300.fc34.x86_64 kernel-5.11.12-300.fc34.x86_64 kernel-modules-extra-5.11.12-300.fc34.x86_64 kernel-core-5.13.6-200.fc34.x86_64 kernel-modules-5.13.6-200.fc34.x86_64 kernel-5.13.6-200.fc34.x86_64 kernel-headers-5.13.3-200.fc34.x86_64 kernel-modules-extra-5.13.6-200.fc34.x86_64 kernel-srpm-macros-1.0-4.fc34.noarch kernel-core-5.13.6-200.0805.fc34.x86_64 kernel-modules-5.13.6-200.0805.fc34.x86_64 kernel-5.13.6-200.0805.fc34.x86_64 kernel-devel-5.13.6-200.0805.fc34.x86_64 $ dnf list intalled kernel\* Fedora 34 - x86_64 - Updates 6.6 kB/s | 6.0 kB 00:00 Fedora 34 - x86_64 - Updates 382 kB/s | 444 kB 00:01 Fedora Modular 34 - x86_64 - Updates 22 kB/s | 5.9 kB 00:00 Installed Packages kernel.x86_64 5.11.12-300.fc34 @anaconda kernel.x86_64 5.13.6-200.fc34 @updates kernel.x86_64 5.13.6-200.0805.fc34 @System kernel-core.x86_64 5.11.12-300.fc34 @anaconda kernel-core.x86_64 5.13.6-200.fc34 @updates kernel-core.x86_64 5.13.6-200.0805.fc34 @System kernel-devel.x86_64 5.13.6-200.0805.fc34 @System kernel-headers.x86_64 5.13.3-200.fc34 @updates kernel-modules.x86_64 5.11.12-300.fc34 @anaconda kernel-modules.x86_64 5.13.6-200.fc34 @updates kernel-modules.x86_64 5.13.6-200.0805.fc34 @System kernel-modules-extra.x86_64 5.11.12-300.fc34 @anaconda kernel-modules-extra.x86_64 5.13.6-200.fc34 @updates kernel-srpm-macros.noarch 1.0-4.fc34 @fedora Available Packages Regarding the kernel.spec issue, I reported it as https://bugzilla.redhat.com/show_bug.cgi?id=1990129 Change the below from 1 to 0 allow rpmbuild to finish building the kernel RPM packages. diff kernel.spec.dist kernel.spec.works 202c202 < %define with_configchecks %{?_without_configchecks: 0} %{?!_without_configchecks: 1} --- > %define with_configchecks %{?_without_configchecks: 0} %{?!_without_configchecks: 0} If I want to learn how to read kernel.spec, where should I start? _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure