spec file tweak
authorNathan Scott <nscott@aconex.com>
Fri, 26 Sep 2008 09:05:51 +0000 (11:05 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 26 Sep 2008 09:05:51 +0000 (11:05 +0200)
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 <jens.axboe@oracle.com>
btrace.spec

index ad70957ad3c83453830c3ffd81c5083ee01413f9..90f88d873be309053f330377189e9fcce62cb64b 100644 (file)
@@ -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