From 9e931b3ce6a7dba62ad7b9990b7894d5298276c2 Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Wed, 19 Oct 2022 15:02:17 +0800 Subject: [PATCH] use the macro make_build instead of make Signed-off-by: yixiangzhike --- libxcrypt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libxcrypt.spec b/libxcrypt.spec index 979e9cf..903df0e 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -1,7 +1,7 @@ %define libdir /lib64 Name: libxcrypt Version: 4.4.26 -Release: 2 +Release: 3 Summary: Extended crypt library for DES, MD5, Blowfish and others License: LGPLv2+ and BSD and Public Domain URL: https://github.com/besser82/%{name} @@ -74,7 +74,7 @@ autoreconf -fiv %{_bindir}/find %{buildroot} -name '*.la' -print -delete %check -make check +%make_build check %post -p /sbin/ldconfig @@ -101,6 +101,9 @@ make check %changelog +* Wed Oct 19 2022 yixiangzhike - 4.4.26-3 +- use the macro make_build instead of make to support multitasking in check + * Thu Dec 16 2021 houmingyong - 4.4.26-2 - add sm3 crypt support -- Gitee