summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasami Hiramatsu <mhiramat@harusame.(none)>2008-07-17 11:55:32 -0400
committerMasami Hiramatsu <mhiramat@harusame.(none)>2008-07-17 11:55:32 -0400
commitbddbea049ec8aea1dd1ba06e78ec57206a228677 (patch)
tree1e499f55ea4261de1b61c532d4bea7a9da83f00a
parentbc44995a71c146c49cdaeb3205b9837f67376bb4 (diff)
downloadsystemtap-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--ChangeLog5
-rw-r--r--systemtap.spec3
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c14e3aeb..23276f39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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/*