Description of problem: In multilib/multiarch setups only the native python libdir is owned by the package. This breaks dependencies like Requires: /usr/lib/python2.3/... that could be used inside of noarch packages (like yum). It is questionable whether the dependency can be rewritten with python-abi and the like (see #130352), but in any case /usr/lib/python* should be owned by python even on x86_64. Version-Release number of selected component (if applicable): 2.4-2 How reproducible: Always Steps to Reproduce: 1.rpm -qf /usr/lib/python* 2. 3. Actual results: file /usr/lib/python2.3 is not owned by any package file /usr/lib/python2.4 is not owned by any package Expected results: Should name the python package Additional info:
This one should be fixed in python 2.4.1-2 and newer.
Verified on FC4t3, thanks!