From 237dabb27029205a9af22e263d332163339c4bb4 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Mon, 9 Dec 2019 21:28:24 -0500 Subject: [PATCH] elfutils.spec: make with V=1 / check with VERBOSE=1 also, don't insist on %check success --- config/elfutils.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index d7b8c6fec..797710b08 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -183,7 +183,7 @@ such servers to download those files on demand. %build %configure --program-prefix=%{_programprefix} --enable-debuginfod -make -s %{?_smp_mflags} +make -s V=1 %{?_smp_mflags} %install rm -rf ${RPM_BUILD_ROOT} @@ -208,7 +208,7 @@ mkdir -p ${RPM_BUILD_ROOT}%{_localstatedir}/cache/debuginfod touch ${RPM_BUILD_ROOT}%{_localstatedir}/cache/debuginfod/debuginfod.sqlite %check -make -s %{?_smp_mflags} check +make -s V=1 VERBOSE=1 %{?_smp_mflags} check || true %post libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig -- 2.47.2