!26 【openEuler-22.03-LTS-Next】use the macro make_build instead of make

From: @yixiangzhike 
Reviewed-by: @HuaxinLuGitee 
Signed-off-by: @HuaxinLuGitee
This commit is contained in:
openeuler-ci-bot 2022-10-19 09:19:29 +00:00 committed by Gitee
commit 70f51359cb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%define libdir /lib64 %define libdir /lib64
Name: libxcrypt Name: libxcrypt
Version: 4.4.26 Version: 4.4.26
Release: 2 Release: 3
Summary: Extended crypt library for DES, MD5, Blowfish and others Summary: Extended crypt library for DES, MD5, Blowfish and others
License: LGPLv2+ and BSD and Public Domain License: LGPLv2+ and BSD and Public Domain
URL: https://github.com/besser82/%{name} URL: https://github.com/besser82/%{name}
@ -74,7 +74,7 @@ autoreconf -fiv
%{_bindir}/find %{buildroot} -name '*.la' -print -delete %{_bindir}/find %{buildroot} -name '*.la' -print -delete
%check %check
make check %make_build check
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
@ -101,6 +101,9 @@ make check
%changelog %changelog
* Wed Oct 19 2022 yixiangzhike <yixiangzhike007@163.com> - 4.4.26-3
- use the macro make_build instead of make to support multitasking in check
* Thu Dec 16 2021 houmingyong<houmingyong@huawei.com> - 4.4.26-2 * Thu Dec 16 2021 houmingyong<houmingyong@huawei.com> - 4.4.26-2
- add sm3 crypt support - add sm3 crypt support