From: Nathan Scott Date: Fri, 26 Sep 2008 09:05:51 +0000 (+0200) Subject: spec file tweak X-Git-Tag: blktrace-1.0.0~16^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=4133e838c72f5f66e0c5b57af1aa24bf10a23b07;p=blktrace.git spec file tweak I found I needed this tweak to make the spec file usable on a RHEL5 system (I hit rpmbuild errors about unpackaged files without this). Not sure if its correct though, maybe someone with stronger rpm-fu than I have could take a closer look? Signed-off-by: Jens Axboe --- diff --git a/btrace.spec b/btrace.spec index ad70957..90f88d8 100644 --- a/btrace.spec +++ b/btrace.spec @@ -48,6 +48,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %doc README doc/blktrace.pdf /usr/bin/* +/usr/man/* %changelog -n btrace * Mon Oct 10 2005 - axboe@suse.de