diff options
author | Elliott Baron <ebaron@toriamos.yyz.redhat.com> | 2008-10-20 10:44:52 -0400 |
---|---|---|
committer | Elliott Baron <ebaron@toriamos.yyz.redhat.com> | 2008-10-20 10:44:52 -0400 |
commit | 6b1730cb635b8d671bca8c3df173db3f1282ecdb (patch) | |
tree | 0ec95b40c26591002a89a25c928772295a80605f /systemtap.spec | |
parent | f9e62cd9ca858f8fdd3a46f4b9e42b47092fc423 (diff) | |
parent | aacc3f504dc5e52a8c5a30a469e2c8b9bb9986bd (diff) | |
download | systemtap-steved-6b1730cb635b8d671bca8c3df173db3f1282ecdb.tar.gz systemtap-steved-6b1730cb635b8d671bca8c3df173db3f1282ecdb.tar.xz systemtap-steved-6b1730cb635b8d671bca8c3df173db3f1282ecdb.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'systemtap.spec')
-rw-r--r-- | systemtap.spec | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/systemtap.spec b/systemtap.spec index 1a967cf1..9327b4ad 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -169,9 +169,6 @@ mv $RPM_BUILD_ROOT%{_datadir}/doc/systemtap/examples examples # Fix paths in the example & testsuite scripts find examples testsuite -type f -name '*.stp' -print0 | xargs -0 sed -i -r -e '1s@^#!.+stap@#!%{_bindir}/stap@' -# To avoid perl dependency, make perl sample script non-executable -#chmod -x examples/samples/kmalloc-top - # Because "make install" may install staprun with mode 04111, the # post-processing programs rpmbuild runs won't be able to read it. # So, we change permissions so that they can read it. We'll set the @@ -207,6 +204,7 @@ exit 0 %endif %{_bindir}/stap +%{_bindir}/stap-report %{_mandir}/man1/* %{_mandir}/man5/* @@ -227,6 +225,7 @@ exit 0 %files runtime %defattr(-,root,root) %attr(4111,root,root) %{_bindir}/staprun +%{_bindir}/stap-report %{_libexecdir}/%{name} %{_mandir}/man8/staprun.8* |