projects
/
blktrace.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5eace3d
)
spec file tweak
author
Nathan Scott
<nscott@aconex.com>
Fri, 26 Sep 2008 09:05:51 +0000
(11:05 +0200)
committer
Jens 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
patch
|
blob
|
blame
|
history
diff --git
a/btrace.spec
b/btrace.spec
index ad70957ad3c83453830c3ffd81c5083ee01413f9..90f88d873be309053f330377189e9fcce62cb64b 100644
(file)
--- 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