https://bugzilla.novell.com/show_bug.cgi?id=235626 ------- Comment #11 from sbrabec@novell.com 2007-01-17 10:06 MST ------- usr/%{_lib} seems to be most safe way (LD_LIBRARY_PATH just now supports relative paths). pango-32bit is rebuild from pango package. If /opt/gnome pango modules are added/removed before pango, it will upgrade old file. If /opt/gnome pango modules are added/removed after pango, %postun was already run, pango-querymodules will either be not found (which is not good, but we have to fix it on per package basis by some tricks similar to banshee-engine-gst) or write to etc/opt/gnome, which will create bogus file on bogus place or fail. In case of YaST, also potential %posttrans was already run, but it may not be case of RPM alone. If /usr pango modules are installed, everything should run OK. In future, probably virtual symbol triggers will be the optimal solution. In pango and packages with pango modules: Provides: pango-module In pango: %triggerpost -- pango-module .. pango-querymodules %triggerpostun -- pango-module .. pango-querymodules -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.