From fa2cfd1ddfd1ba20bac603b8e7e9720251cc5f98 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 8 Jun 2016 08:05:27 -0500 Subject: [PATCH] %check: time checks --- signon.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/signon.spec b/signon.spec index 9f9eb40..1b4fe22 100644 --- a/signon.spec +++ b/signon.spec @@ -5,7 +5,7 @@ Name: signon Version: 8.59 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Accounts framework for Linux and POSIX based platforms License: LGPLv2 @@ -26,6 +26,7 @@ BuildRequires: dbus-x11 BuildRequires: doxygen BuildRequires: graphviz BuildRequires: libproxy-devel +BuildRequires: time # signon-qt5 was in ktp-5 COPR Obsoletes: signon-qt5 < 8.57-5 @@ -88,6 +89,7 @@ mkdir -p %{buildroot}%{_libdir}/extensions/ %check +time \ make check ||: @@ -133,6 +135,9 @@ make check ||: %changelog +* Wed Jun 08 2016 Rex Dieter 8.59-2 +- %%check: time checks + * Tue Jun 07 2016 Rex Dieter - 8.59-1 - 8.59 (#1343792)