diff --git a/adcli.spec b/adcli.spec index 9a2eb5b..23fafb6 100644 --- a/adcli.spec +++ b/adcli.spec @@ -1,6 +1,6 @@ Name: adcli Version: 0.7.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Active Directory enrollment License: LGPLv2+ URL: http://cgit.freedesktop.org/realmd/adcli @@ -29,7 +29,7 @@ standard LDAP and Kerberos calls. %setup -q %build -%configure --disable-static +%configure --disable-static --disable-silent-rules make %{?_smp_mflags} %check @@ -51,6 +51,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %doc %{_datadir} %changelog +* Mon Jul 15 2013 Stef Walter - 0.7.1-4 +- Build with verbose output logging + * Tue Jun 11 2013 Stef Walter - 0.7.1-3 - Run 'make check' when building the package