From d420a9a85164285b6308063a5663d17913cd569a Mon Sep 17 00:00:00 2001 From: g00523939 Date: Thu, 2 Dec 2021 10:06:33 +0800 Subject: [PATCH] fix spec check --- jemalloc.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/jemalloc.spec b/jemalloc.spec index acd5217..a7d3316 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 -- Gitee