From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050923 Fedora/1.7.12-1.5.1 Description of problem: Two files in the Fedora stock install do not belong to a package namely these: /usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre/lib/i386/libjawt.so /usr/bin/java This causes any .rpm files needing to be installed to fail knowing there is no libjawt.so in any package in the rpmdb. Version-Release number of selected component (if applicable): java-1.4.2-gcj-compat-1.4.2.0-40jpp_31rh.FC4.1 How reproducible: Always Steps to Reproduce: 1.Attempt to install a package 2.Package says failed: libjawt.so is needed by <packagename> 3.File a bug Actual Results: rpm and the package complain about dependent libjawt.so Expected Results: The .rpm file would install successfully. This could be said about many .rpm files I believe. Additional info: Need INFO, else a workaround since libjawt.so doesn't belong to a package. Perhaps also just keep libjawt.so a real file not a symlink.
None of the alternatives symlinks in /usr/bin are owned by any package. However libjawt.so is now owned by java-1.4.2-gcj-compat in Rawhide. Closing.