diff options
author | Masami Hiramatsu <mhiramat@harusame.(none)> | 2008-07-17 11:55:32 -0400 |
---|---|---|
committer | Masami Hiramatsu <mhiramat@harusame.(none)> | 2008-07-17 11:55:32 -0400 |
commit | bddbea049ec8aea1dd1ba06e78ec57206a228677 (patch) | |
tree | 1e499f55ea4261de1b61c532d4bea7a9da83f00a | |
parent | bc44995a71c146c49cdaeb3205b9837f67376bb4 (diff) | |
download | systemtap-steved-bddbea049ec8aea1dd1ba06e78ec57206a228677.tar.gz systemtap-steved-bddbea049ec8aea1dd1ba06e78ec57206a228677.tar.xz systemtap-steved-bddbea049ec8aea1dd1ba06e78ec57206a228677.zip |
Include stap-client, stap-server and stap-serverd in rpm packages.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | systemtap.spec | 3 |
2 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2008-07-17 Masami Hiramatsu <mhiramat@redhat.com> + + * systemtap.spec (%files): Add stap-server and stap-serverd. + (%files runtime): Add stap-client. + 2008-07-17 David Smith <dsmith@redhat.com> * systemtap.spec: Moved comment that was on the same line as diff --git a/systemtap.spec b/systemtap.spec index 98927d83..deec1d28 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -176,6 +176,8 @@ exit 0 %endif %{_bindir}/stap +%{_bindir}/stap-server +%{_bindir}/stap-serverd %{_mandir}/man1/* %{_mandir}/man5/* @@ -196,6 +198,7 @@ exit 0 %files runtime %defattr(-,root,root) %attr(4111,root,root) %{_bindir}/staprun +%{_bindir}/stap-client %{_libexecdir}/%{name} %{_mandir}/man8/* |