From 50f9e83063edc744deb4eec435858ba4524ac27565489d01de98a22189623be6 Mon Sep 17 00:00:00 2001 From: Fuminobu Takeyama Date: Mon, 1 Feb 2021 15:59:57 +0000 Subject: [PATCH] Accepting request 868399 from home:bmwiedemann:branches:M17N Do not build in parallel for reproducible build results (boo#1102408) OBS-URL: https://build.opensuse.org/request/show/868399 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=247 --- ibus.changes | 5 +++++ ibus.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ibus.changes b/ibus.changes index 97f7a1e..d4af78c 100644 --- a/ibus.changes +++ b/ibus.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 1 15:25:13 UTC 2021 - Bernhard Wiedemann + +- Do not build in parallel for reproducible build results (boo#1102408) + ------------------------------------------------------------------- Mon Oct 26 08:18:51 UTC 2020 - Callum Farmer diff --git a/ibus.spec b/ibus.spec index d7b9372..1ccbaa0 100644 --- a/ibus.spec +++ b/ibus.spec @@ -222,7 +222,8 @@ autoreconf -fi --enable-surrounding-text \ --libexecdir=%{_libdir}/ibus -make %{?_smp_mflags} +# non-parallel to have reproducible results in spite of non-deterministic build scripts https://github.com/ibus/ibus/issues/2272 +make %install %make_install