https://bugzilla.redhat.com/show_bug.cgi?id=2299655
--- Comment #7 from Sandro Bonazzola sbonazzo@redhat.com --- Note for reviewers about:
[ ]: Package requires other packages for directories it uses. Note: No known owner of /usr/share/doc, /usr/share/man, /usr/src/debug, /usr, /usr/src, /usr/share, /usr/lib, /usr/bin, /usr/share/licenses [ ]: Package must own all directories that it creates. Note: Directories without known owners: /usr/share/doc, /usr/share/man, /usr/lib, /usr/src/debug, /usr, /usr/src, /usr/share, /usr/bin, /usr/share/licenses
In this case it's a false positive as `repoquery --requires vhost-device-vsock-0.2.0-1.fc41.x86_64.rpm --tree` shows:
``` vhost-device-vsock-0:0.2.0-1.fc41.x86_64 _ glibc-0:2.39.9000-35.fc41.x86_64 [5: basesystem, libgcc(x86-64), glibc-common = 2.39.9000-35.fc41, glibc-langpack = 2.39.9000-35.fc41, (glibc-gconv-extra(x86-64) = 2.39.9000-35.fc41 if redhat-rpm-config)] | _ basesystem-0:11-21.fc41.noarch [2: filesystem, setup] | | _ filesystem-0:3.18-23.fc41.x86_64 [1: setup] ... ```
and filesystem package owns above listed directories. I think there's a bug in how debug packages are generated as vhost-device-vsock-debuginfo and rust-vhost-device-vsock-debugsource have no requirements at all and I think they should at least require filesystem package. I'll file bug report for both the issues.