Tests enabled
This commit is contained in:
parent
99f9c25651
commit
2b25a66307
@ -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@redhat.com> - 3.3.3-2.20120807git
|
||||
- Tests enabled
|
||||
|
||||
* Tue Aug 07 2012 Jaromir Capik <jcapik@redhat.com> - 3.3.3-1.20120807git
|
||||
- Update to 3.3.3-20120807git
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user