From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.4.1) Gecko/20031114 Epiphany/1.0.4 Description of problem: /usr/lib/tls is not owned by the db4 package. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: [mike@imp mike]$ rpm -qf /usr/lib/tls file /usr/lib/tls is not owned by any package [mike@imp mike]$ rpm -q db4 db4-4.2.52-1 Additional info: Triage->Easyfix
/usr/lib/tls should not own /usr/lib/tls. If any pkg should own the directory, it's glibc.
Why glibc? glibc doesn't put anything into this directory. /usr/lib is not owned by glibc either, but filesystem.
I'd rather not have to have filesystem populate the entire heirarchy down to /lib/tls/i686/mmx. I'd prefer to have any libraries that package libraries in non-standard directories own those directories.
*/tls added in filesystem-2.2.3-1. Anything else, you're on your own. :)