[Bug 244936] Review Request: dbench - Filesystem load benchmarking tool

bugzilla at redhat.com bugzilla at redhat.com
Thu Jul 12 06:15:37 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: dbench - Filesystem load benchmarking tool


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=244936





------- Additional Comments From pertusus at free.fr  2007-07-12 02:15 EST -------
The man pages location is wrong. You can patch Makefile.in or
use something along

make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}/man1

Also the timestamps of the man page and client.txt file are
not kept. This may be achieved with

make install DESTDIR=$RPM_BUILD_ROOT INSTALLCMD='install -p'

If you use both tricks, this gives:
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}/man1 INSTALLCMD='install -p'


It seems to me that the leading spaces in %description are not usefull.


What is the reason for an explicit
BuildRequires:  kernel-headers
I was under the impression that it was wrong to rely on this package,
instead of using the libc headers.


-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-package-review mailing list