Description of problem: With libbonobo-multishlib.patch, on 64 bits architecture bonobo server will search server files in both /usr/lib{,64}/bonobo/servers. Some noarch rpms in Fedora installs server files into /usr/lib/bonobo/servers even on 64 bits archs. However currently .x86_64 libbonobo rpm does not own /usr/lib/bonobo{,servers}. These directories should also be owned by libnobono. Version-Release number of selected component (if applicable): libbonobo-2.23.1-2.fc10.x86_64
What noarch packages install files in /usr/lib/bonobo/servers ?!
(In reply to comment #1) > What noarch packages install files in /usr/lib/bonobo/servers ?! # repoquery --repoid=koji --whatprovides '/usr/lib/bonobo/servers/*' --qf '%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}' | grep noarch gnome-applet-jalali-calendar-1.6.5-3.fc10.noarch gnome-applet-sshmenu-3.15-5.fc9.noarch gnome-schedule-2.0.2-1.fc9.noarch cohoba-0.0.4-6.fc10.noarch These are written in ruby or python, so actually noarch.
So what is the status of this bug?
well, we should probably make libbonobo lookin /usr/share/bonobo/servers But given there's already people using /usr/lib/bonobo, let's take the easy way out. building now.
Thanks!!