Include verbose automake output when building

This commit is contained in:
Stef Walter 2013-07-15 16:55:49 +02:00
parent 2504202d26
commit 414723a5f2

View File

@ -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 <stefw@redhat.com> - 0.14.2-4
- Build with verbose automake output
* Tue Jun 11 2013 Stef Walter <stefw@redhat.com> - 0.14.2-3
- Run test suite when building the package
- Fix rpmlint errors