From c8b0e7ede70e5190348326712a518b0c6490b47f Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Fri, 17 Feb 2023 16:57:37 +0800 Subject: [PATCH] optimize test command --- libunwind.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libunwind.spec b/libunwind.spec index 56e2f16..92b8bc5 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 -- Gitee