From 497c1565e90d4587b2fdc3cd69f69c3e55570988 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 15 Nov 2015 15:51:22 +0000 Subject: Force installing all translations --- NEWS | 3 +++ lib/Iurt/Chroot.pm | 1 + 2 files changed, 4 insertions(+) diff --git a/NEWS b/NEWS index b12d53b..526da4f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +- keep src.rpm until all arch are done +- force installing all translations whatever the host system locale is + 0.6.24 - speed up installing packages - support sharding the build with --num_shards and --shard_id diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm index 92bd0f6..982c116 100644 --- a/lib/Iurt/Chroot.pm +++ b/lib/Iurt/Chroot.pm @@ -150,6 +150,7 @@ sub dump_rpmmacros { \%distribution $config->{distribution} \%vendor $config->{vendor} \%packager $packager +\%_install_langs all ); print $f join "\n", @{$run->{rpmmacros}} if defined $run->{rpmmacros}; close $f; -- cgit v1.2.1