Tests enabled
This commit is contained in:
parent
99f9c25651
commit
2b25a66307
@ -1,12 +1,11 @@
|
|||||||
# testsuite doesn't work yet
|
%global tests_enabled 1
|
||||||
%global tests_enabled 0
|
|
||||||
|
|
||||||
%global gitver 20120807git
|
%global gitver 20120807git
|
||||||
|
|
||||||
Summary: System and process monitoring utilities
|
Summary: System and process monitoring utilities
|
||||||
Name: procps-ng
|
Name: procps-ng
|
||||||
Version: 3.3.3
|
Version: 3.3.3
|
||||||
Release: 1.%{gitver}%{?dist}
|
Release: 2.%{gitver}%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://gitorious.org/procps
|
URL: http://gitorious.org/procps
|
||||||
@ -25,7 +24,7 @@ BuildRequires: automake
|
|||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
|
|
||||||
%if %{tests_enabled}
|
%if %{tests_enabled}
|
||||||
BuildRequires: expect
|
BuildRequires: dejagnu
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Provides: procps = %{version}-%{release}
|
Provides: procps = %{version}-%{release}
|
||||||
@ -128,6 +127,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/sysctl.d
|
|||||||
%{_includedir}/proc
|
%{_includedir}/proc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 07 2012 Jaromir Capik <jcapik@redhat.com> - 3.3.3-1.20120807git
|
||||||
- Update to 3.3.3-20120807git
|
- Update to 3.3.3-20120807git
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user