https://bugzilla.redhat.com/show_bug.cgi?id=1338140 --- Comment #14 from Raphael Groner <projects.rg@xxxxxxxx> --- Maybe modify the lang_subpkg macro definition a little bit to include all variants into one subpackage for the same language code, mind the additional star character (*) in the last line. %define lang_subpkg() \ %package langpack-%{1}\ Summary: %{2} language data for %{name}\ BuildArch: noarch \ Requires: %{name} = %{version}-%{release}\ Supplements: (%{name} = %{version}-%{release} and langpacks-%{1})\ \ %description langpack-%{1}\ %{2} language data for %{name}.\ \ %files langpack-%{1}\ %{_datadir}/locale/%{1}*/LC_MESSAGES/%{name}.mo ... %lang_subpkg sr "Serbian (Cyrillic and Latin)" %lang_subpkg sv Swedish %lang_subpkg th Thai https://www.gnu.org/software/gettext/manual/html_node/Locale-Names.html -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://lists.fedoraproject.org/admin/lists/package-review@xxxxxxxxxxxxxxxxxxxxxxx