forked from jengelh/xxhash
Accepting request 941635 from science
OBS-URL: https://build.opensuse.org/request/show/941635 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xxhash?expand=0&rev=7
This commit is contained in:
commit
6cc208c0ba
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 20 10:27:32 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- fix racy check execution
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 2 22:20:24 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Thu Dec 2 22:20:24 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -67,7 +67,8 @@ functions. Hashes are identical on all platforms.
|
|||||||
rm -rf %{buildroot}%{_libdir}/libxxhash.a
|
rm -rf %{buildroot}%{_libdir}/libxxhash.a
|
||||||
|
|
||||||
%check
|
%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
|
%post -n libxxhash0 -p /sbin/ldconfig
|
||||||
%postun -n libxxhash0 -p /sbin/ldconfig
|
%postun -n libxxhash0 -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user