diff options
author | Nathan Scott <nscott@aconex.com> | 2008-09-26 11:05:51 +0200 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2008-09-26 11:05:51 +0200 |
commit | 4133e838c72f5f66e0c5b57af1aa24bf10a23b07 (patch) | |
tree | dc7db5f5f3004cb89701ea3c2260a7c9a0e2ad06 /btrace.spec | |
parent | 5eace3dbc1b0f0832c900c86d5a9c96af242dfa7 (diff) | |
download | blktrace-4133e838c72f5f66e0c5b57af1aa24bf10a23b07.tar.gz blktrace-4133e838c72f5f66e0c5b57af1aa24bf10a23b07.tar.bz2 |
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 <jens.axboe@oracle.com>
Diffstat (limited to 'btrace.spec')
-rw-r--r-- | btrace.spec | 1 |
1 files changed, 1 insertions, 0 deletions
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 |