https://bugzilla.novell.com/show_bug.cgi?id=856842 https://bugzilla.novell.com/show_bug.cgi?id=856842#c9 --- Comment #9 from Takashi Iwai <tiwai@suse.com> 2014-01-09 08:08:08 UTC --- To be exact, "Provides: locale(XX:YYY)" tag means that the package will be handled as recommended when the locale XX is the primary or secondary supported language and if a package YYY was installed. It has nothing to do with translations or whatever, it's just a hint for yast/zypper. You can put multiple locales there, e.g. locale(pl,cz,ru:groff). So, we can list all relevant locales there, so that this package will be automatically installed at installation or updates ("zypper inr" would pick up). You may script the all supported locales, but it'd be enough to fill major locales that need this package manually. Meanwhile, we can set $GROFF_FONT_PATH in /etc/profile.d/zzz-groff-gs.sh that is installed by this package. The override of the env variable can be dependent on $LANG, but as a first version, I just set it forcibly when installed. -- 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.