The directory /usr/share/libvirt/cpu_map/ is not in the RPM database. Reproducible: Always Steps to Reproduce: 1. rpm -qf /usr/share/libvirt/cpu_map/ file /usr/share/libvirt/cpu_map is not owned by any package Actual Results: file /usr/share/libvirt/cpu_map is not owned by any package Expected Results: libvirt-libs-10.1.0-1.fc40.x86_64
I guess in "libvirt.spec" around line 2409 the following line is missing: %dir %{_datadir}/libvirt/cpu_map/
Same for /usr/share/augeas/lenses/tests
I've fixed it upstream in https://gitlab.com/libvirt/libvirt/-/commit/ef7c0f46f9629f6bc9537703df5b78efc2d69ab0 and the same fix is queued for rawhide for the next build. I won't fix f40/41 since the issues are quite minor.
Works for me. Thank you.