New issue 44 by negoita.george: RPM build failure for 1.8.0
http://code.google.com/p/innotop/issues/detail?id=44
Because of the tests included in 1.8.0, RPM will not build under CentOS 5.5
using mock.
Adding the following line to innotop.spec solves the issue:
BuildRequires: perl-TermReadKey perl-DBI
Tested on CentOS 5.5 with latest version of mock from epel and epel
repository enabled (for perl-TermReadKey)
alternative solution for this issue, is to check for redefinition before
defining the value
%{!?maketest: %define: maketest 1}
so packager can disable the 'make test' completely with --define='maketest
0' :)
Comment #2 on issue 44 by baron.sc...@gmail.com: RPM build failure for 1.8.0
http://code.google.com/p/innotop/issues/detail?id=44
This issue was closed by revision r70.