diff --git a/libunwind.spec b/libunwind.spec index 56e2f16a2d8c4d36026e5b11c017ccb95450139a..92b8bc5bef383f579c857462f92b5ef3825e3da7 100644 --- a/libunwind.spec +++ b/libunwind.spec @@ -1,7 +1,7 @@ Name: libunwind Epoch: 2 Version: 1.6.2 -Release: 3 +Release: 4 Summary: Libunwind provides a C ABI to determine the call-chain of a program License: BSD URL: http://savannah.nongnu.org/projects/libunwind @@ -58,7 +58,7 @@ touch -r NEWS $RPM_BUILD_ROOT%{_includedir}/libunwind.h %check #make check may wrong -make check || true +%make_build check || true %pre @@ -86,6 +86,12 @@ make check || true %{_mandir}/*/* %changelog +* Fri Feb 17 2023 tanyulong - 2:1.6.2-4 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:optimize test command + * Fri Dec 16 2022 Bin Hu - 2:1.6.2-3 - Type:bugfix - ID:NA