From 1bf9c2299985f6473d670b7c9079f473863e505b49614520aef45abe863d5bdd Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Thu, 11 Jul 2019 13:06:47 +0000 Subject: [PATCH] Accepting request 714441 from home:bmwiedemann:branches:mozilla:Factory Generate langpacks sequentially to avoid file corruption from racy file writes (boo#1137970) OBS-URL: https://build.opensuse.org/request/show/714441 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=477 --- MozillaThunderbird.changes | 6 ++++++ MozillaThunderbird.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/MozillaThunderbird.changes b/MozillaThunderbird.changes index ef4590e..defa783 100644 --- a/MozillaThunderbird.changes +++ b/MozillaThunderbird.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 10 13:47:41 UTC 2019 - Bernhard Wiedemann + +- Generate langpacks sequentially to avoid file corruption + from racy file writes (boo#1137970) + ------------------------------------------------------------------- Thu Jun 20 22:15:46 UTC 2019 - Wolfgang Rosenauer diff --git a/MozillaThunderbird.spec b/MozillaThunderbird.spec index 72a2035..b449401 100644 --- a/MozillaThunderbird.spec +++ b/MozillaThunderbird.spec @@ -343,7 +343,7 @@ echo 'pref("browser.preferences.instantApply", true);' > %{buildroot}%{progdir}/ %if %localize truncate -s 0 %{_tmppath}/translations.{common,other} sed -r '/^(ja-JP-mac|en-US|$)/d;s/ .*$//' $RPM_BUILD_DIR/thunderbird-%{version}/comm/mail/locales/shipped-locales \ - | xargs -P 8 -n 1 -I {} /bin/sh -c ' + | xargs -n 1 -I {} /bin/sh -c ' locale=$1 pushd $RPM_BUILD_DIR/compare-locales PYTHONPATH=lib \