Hide Forgot
Description of problem: The filesystem rpm creates a number of symbolic links under /usr/lib/debug that it should own: bash-4.2$ rpm --scripts -q filesystem | grep 'symlink.*debug' posix.symlink("usr/bin", "/usr/lib/debug/bin") posix.symlink("usr/lib", "/usr/lib/debug/lib") posix.symlink("usr/lib64", "/usr/lib/debug/lib64") posix.symlink("../.dwz", "/usr/lib/debug/usr/.dwz") posix.symlink("usr/sbin", "/usr/lib/debug/sbin") bash-4.2$ for i in bin lib lib64 sbin usr/.dwz ; do > rpm -qf $i > done file /usr/lib/debug/bin is not owned by any package file /usr/lib/debug/lib is not owned by any package file /usr/lib/debug/lib64 is not owned by any package file /usr/lib/debug/sbin is not owned by any package file /usr/lib/debug/usr/.dwz is not owned by any package The spec file has %ghost entries for /var/lock and /var/run that are also created by posix.symlink. Please add %ghost entries for these symbolic links as well. Version-Release number of selected component (if applicable): filesystem-3.2-13.fc19.x86_64 How reproducible: See above. Steps to Reproduce: 1. rpm -qf /usr/lib/debug/bin 2. 3. Actual results: file /usr/lib/debug/bin is not owned by any package Expected results: filesystem-3.2-13.fc19.x86_64 Additional info:
Thanks for report, will fix that.
Fixed in Rawhide by https://lists.fedoraproject.org/pipermail/scm-commits/Week-of-Mon-20131118/1145969.html
I'll close it rawhide, in the case of filesystem update, it will get update in released fedora's however I don't see this important enough for the separate update.