summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/*