Include verbose automake output when building
This commit is contained in:
parent
2504202d26
commit
414723a5f2
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user