Description of problem: /usr/lib/sse2 is not owned by any package, but should be owned by gmp, as the gmp rpm package is delivering its content. Version-Release number of selected component (if applicable): gmp-4.1.4-6.2.1 How reproducible: rpm -qf /usr/lib/sse2 Expected results: --- snipp --- --- gmp.spec 2006-05-23 18:42:23.000000000 +0200 +++ gmp.spec.rsc 2006-05-23 18:42:33.000000000 +0200 @@ -146,7 +146,7 @@ %{_libdir}/libmp.so.* %{_libdir}/libgmpxx.so.* %ifarch %{ix86} -%{_libdir}/sse2/* +%{_libdir}/sse2 %endif %files devel --- snapp ---
%{_libdir}/sse2 should belong to filesystem. Assigning to filesystem.
Fixed in latest rawhide package. Read ya, Phil