From 414723a5f25991e84a1cb280c386a1442f1fc6cd Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 15 Jul 2013 16:55:49 +0200 Subject: [PATCH] Include verbose automake output when building --- realmd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/realmd.spec b/realmd.spec index 5b4c311..5402818 100644 --- a/realmd.spec +++ b/realmd.spec @@ -1,6 +1,6 @@ Name: realmd Version: 0.14.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Kerberos realm enrollment service License: LGPLv2+ URL: http://cgit.freedesktop.org/realmd/realmd/ @@ -39,7 +39,7 @@ applications that use %{name}. %patch0 -p1 %build -%configure +%configure --disable-silent-rules make %{?_smp_mflags} %check @@ -71,6 +71,9 @@ make install DESTDIR=%{buildroot} %doc %{_datadir}/doc/realmd/ %changelog +* Mon Jul 15 2013 Stef Walter - 0.14.2-4 +- Build with verbose automake output + * Tue Jun 11 2013 Stef Walter - 0.14.2-3 - Run test suite when building the package - Fix rpmlint errors