From 96f611cdd4226b8bc4aaebb1af3b8a5f27a26b85a24ab5f0175502e1a510d14e Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Mon, 20 Dec 2021 11:12:42 +0000 Subject: [PATCH] Accepting request 941614 from home:dirkmueller:Factory - fix racy check execution OBS-URL: https://build.opensuse.org/request/show/941614 OBS-URL: https://build.opensuse.org/package/show/science/xxhash?expand=0&rev=16 --- xxhash.changes | 5 +++++ xxhash.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/xxhash.changes b/xxhash.changes index 3bd84eb..f649eba 100644 --- a/xxhash.changes +++ b/xxhash.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 20 10:27:32 UTC 2021 - Dirk Müller + +- fix racy check execution + ------------------------------------------------------------------- Thu Dec 2 22:20:24 UTC 2021 - Dirk Müller diff --git a/xxhash.spec b/xxhash.spec index 59d4207..2a89a4b 100644 --- a/xxhash.spec +++ b/xxhash.spec @@ -67,7 +67,8 @@ functions. Hashes are identical on all platforms. rm -rf %{buildroot}%{_libdir}/libxxhash.a %check -%make_build test +# not safe for parallel execution as it removes xxhash.o and recreates it with different flags +%make_build -j1 test %post -n libxxhash0 -p /sbin/ldconfig %postun -n libxxhash0 -p /sbin/ldconfig