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
This commit is contained in:
Fuminobu Takeyama 2021-02-01 15:59:57 +00:00 committed by Git OBS Bridge
parent a1d49b802f
commit 50f9e83063
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 1 15:25:13 UTC 2021 - Bernhard Wiedemann <bwiedemann@suse.com>
- Do not build in parallel for reproducible build results (boo#1102408)
-------------------------------------------------------------------
Mon Oct 26 08:18:51 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>

View File

@ -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