diff --git a/libunwind.spec b/libunwind.spec index 159fd5602aa9daef35fd8177304a09c73af10288..e19682678f323ec95e58396eafc9ffaf350faf35 100644 --- a/libunwind.spec +++ b/libunwind.spec @@ -1,7 +1,7 @@ Name: libunwind Epoch: 2 Version: 1.6.2 -Release: 4 +Release: 5 Summary: Libunwind provides a C ABI to determine the call-chain of a program License: BSD URL: http://savannah.nongnu.org/projects/libunwind @@ -59,7 +59,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libunwind-ptrace*.so* touch -r NEWS $RPM_BUILD_ROOT%{_includedir}/libunwind.h %check -make check || true +%make_build tests || true %pre @@ -87,6 +87,9 @@ make check || true %{_mandir}/*/* %changelog +* Mon Feb 27 2023 lvfei - 2:1.6.2-5 +- use make_build check replace make check + * Tue Feb 21 2023 shixuantong - 2:1.6.2-4 - Type:bugfix - ID:NA