From 8e1f2920d652e894801ecd60e636600d3189e3f5 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 14 Jan 2011 09:54:13 -0500 Subject: [PATCH] - Actually fix the verbosity --- libtdb.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libtdb.spec b/libtdb.spec index 04cbd7c..96e8859 100644 --- a/libtdb.spec +++ b/libtdb.spec @@ -6,7 +6,7 @@ Name: libtdb Version: 1.2.9 -Release: 7%{?dist} +Release: 8%{?dist} Group: System Environment/Daemons Summary: The tdb library License: LGPLv3+ @@ -57,7 +57,7 @@ Python bindings for libtdb %build ./autogen.sh %configure --disable-rpath --bundled-libraries=NONE -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install rm -rf $RPM_BUILD_ROOT @@ -107,7 +107,10 @@ rm -rf $RPM_BUILD_ROOT %postun -n python-tdb -p /sbin/ldconfig %changelog -* Wed Jan 14 2011 Stephen Gallagher - 1.2.9-7 +* Fri Jan 14 2011 Stephen Gallagher - 1.2.9-8 +- Actually fix the verbosity + +* Fri Jan 14 2011 Stephen Gallagher - 1.2.9-7 - Let rpmbuild strip binaries, make build more verbose. - Original patch by Ville Skyttä