aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--lib/Iurt/Chroot.pm1
2 files changed, 4 insertions, 0 deletions
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;