[procps-ng] Tests enabled

Jaromír Cápík jcapik at fedoraproject.org
Tue Aug 21 09:43:09 UTC 2012


commit 2b25a663075ca3812c285b630946a5d9b6cdda1d
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Tue Aug 21 11:42:39 2012 +0200

    Tests enabled

 procps-ng.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/procps-ng.spec b/procps-ng.spec
index 90bdfbe..3004d93 100644
--- a/procps-ng.spec
+++ b/procps-ng.spec
@@ -1,12 +1,11 @@
-# testsuite doesn't work yet
-%global tests_enabled 0
+%global tests_enabled 1
 
 %global gitver 20120807git
 
 Summary: System and process monitoring utilities
 Name: procps-ng
 Version: 3.3.3
-Release: 1.%{gitver}%{?dist}
+Release: 2.%{gitver}%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: Applications/System
 URL: http://gitorious.org/procps
@@ -25,7 +24,7 @@ BuildRequires: automake
 BuildRequires: gettext-devel
 
 %if %{tests_enabled}
-BuildRequires: expect
+BuildRequires: dejagnu
 %endif
 
 Provides: procps = %{version}-%{release}
@@ -128,6 +127,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/sysctl.d
 %{_includedir}/proc
 
 %changelog
+* Tue Aug 21 2012 Jaromir Capik <jcapik at redhat.com> - 3.3.3-2.20120807git
+- Tests enabled
+
 * Tue Aug 07 2012 Jaromir Capik <jcapik at redhat.com> - 3.3.3-1.20120807git
 - Update to 3.3.3-20120807git
 


More information about the scm-commits mailing list