From 42af66c3838451c08092c8d5c8fb10c5164ff420 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Jun 11 2013 09:00:57 +0000 Subject: Run the test suite when building the package --- diff --git a/adcli.spec b/adcli.spec index ed2f5ca..bb98e87 100644 --- a/adcli.spec +++ b/adcli.spec @@ -1,6 +1,6 @@ Name: adcli Version: 0.7.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Active Directory enrollment License: LGPLv2+ URL: http://cgit.freedesktop.org/realmd/adcli @@ -32,6 +32,9 @@ standard LDAP and Kerberos calls. %configure --disable-static make %{?_smp_mflags} +%check +make check + %install make install DESTDIR=%{buildroot} find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' @@ -48,6 +51,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %doc %{_datadir} %changelog +* Tue Jun 11 2013 Stef Walter - 0.7.1-3 +- Run 'make check' when building the package + * Mon May 13 2013 Stef Walter - 0.7.1-2 - Bump version to get around botched update