The VNC packages has a bunch of translations for xkeyboard-config. But none of our packages own the intermediate directories for these files: $ rpm -qf /opt/thinlinc/share/locale/zh_TW/LC_MESSAGES/xkeyboard-config.mo /opt/thinlinc/share/locale/zh_TW/LC_MESSAGES /opt/thinlinc/share/locale/zh_TW thinlinc-vnc-server-4.1.1-4137.x86_64 file /opt/thinlinc/share/locale/zh_TW/LC_MESSAGES is not owned by any package file /opt/thinlinc/share/locale/zh_TW is not owned by any package We need to stop shipping these files, or make sure we have proper ownership of the locale directories (tlmisc owns the other ones, like sv).
Besides rpm -qf not working, lack of ownership also results in these directories being left behind after uninstalling thinlinc.
Fixed in 28344.
(In reply to comment #2) > Fixed in 28344. Review commit, disables build using nls which removes the stray translation directories. Works as expected.