use the macro make_build instead of make

Signed-off-by: yixiangzhike <yixiangzhike007@163.com>
This commit is contained in:
yixiangzhike 2022-10-19 15:07:32 +08:00
parent 236fc85a75
commit 62ebd1e4cc

View File

@ -1,7 +1,7 @@
%define libdir /lib64
Name: libxcrypt
Version: 4.4.26
Release: 1
Release: 2
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 <yixiangzhike007@163.com> - 4.4.26-2
- use the macro make_build instead of make to support multitasking in check
* Thu Dec 30 2021 yixiangzhike <yixiangzhike007@163.com> - 4.4.26-1
- update to 4.4.26