diff --git a/jemalloc.spec b/jemalloc.spec index acd52179f5fbe4a053299771a49771a65cf721c1..a7d331634ae62798d2b048090f55ce9c94cd64a2 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -12,7 +12,7 @@ Name: jemalloc Version: 5.2.1 -Release: 4 +Release: 5 Summary: General-purpose scalable concurrent malloc implementation License: BSD URL: http://www.canonware.com/jemalloc/ @@ -50,10 +50,8 @@ uname -a %make_build %check -%if %{?_with_check:1}%{!?_with_check:0} LD_LIBRARY_PATH=%{buildroot}%{_libdir} make test %{?_smp_mflags} make check -%endif %install %make_install @@ -84,6 +82,9 @@ make check %{_mandir}/man3/jemalloc.3* %changelog +* Thu Dec 2 2021 guominghong - 5.2.1-5 +- Fix spec check + * Tue Nov 16 2021 guominghong - 5.2.1-4 - Fix tcaches mutex pre-post fork handling